aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/eldiron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/system/eldiron.nix')
-rw-r--r--modules/private/system/eldiron.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix
index 3fa78a4..8a5d11c 100644
--- a/modules/private/system/eldiron.nix
+++ b/modules/private/system/eldiron.nix
@@ -119,7 +119,7 @@
119 fsType = "fuse"; 119 fsType = "fuse";
120 options = [ "force-user=pub" "create-for-user=wwwrun" "create-for-group=wwwrun" ]; 120 options = [ "force-user=pub" "create-for-user=wwwrun" "create-for-group=wwwrun" ];
121 }; 121 };
122 environment.systemPackages = [ pkgs.bindfs pkgs.pv pkgs.smartmontools ]; 122 environment.systemPackages = [ pkgs.bindfs ];
123 123
124 # This value determines the NixOS release with which your system is 124 # This value determines the NixOS release with which your system is
125 # to be compatible, in order to avoid breaking some software such as 125 # to be compatible, in order to avoid breaking some software such as