diff --git a/common/glusterfs-client.nix b/common/glusterfs-client.nix index 58a5e25..05905c4 100644 --- a/common/glusterfs-client.nix +++ b/common/glusterfs-client.nix @@ -1,4 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = [ pkgs.glusterfs ]; + fileSystems."/data/compute" = { device = "c1:/compute"; fsType = "glusterfs";