nixos-module/server/cluster: fix glusterfs command

This commit is contained in:
Astro 2022-03-04 23:21:04 +01:00
parent 8b39530d40
commit 97223b024a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ in
gluster volume create lxc ${lib.concatMapStringsSep " " (server:
"\"${server}:$DIR\""
) (hostsWithRole "server")} force
gluster volume set shared network.ping-timeout 2
gluster volume set lxc network.ping-timeout 2
gluster volume start lxc
systemctl start var-lib-lxc.mount