Move wordpress to NFS.
This removes the need for the syncthing and rysnc plumbing.
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user