Move wordpress to NFS.

This removes the need for the syncthing and rysnc plumbing.
This commit is contained in:
2025-10-22 15:01:01 +01:00
parent 2437d46aa9
commit f8aee0d438
4 changed files with 2 additions and 86 deletions

View File

@@ -1,11 +1,10 @@
{ pkgs, ... }:
{
# Compute node: Cluster node with Nomad, GlusterFS server, and Syncthing
# Compute node: Cluster node with Nomad and GlusterFS server
# Used by: c1, c2, c3
imports = [
./cluster-node.nix
./glusterfs.nix
./nomad.nix
./syncthing-data.nix
];
}