aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system/eldiron.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-09-02 00:22:15 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-09-02 00:22:15 +0200
commit740a6506f419bdcfb082f1cfde7553735dfd0570 (patch)
tree11d8e76ed581b7f0498244cf698b7d4573ffbc9a /modules/private/system/eldiron.nix
parentda28a4e2afef21710f73860b26893fa18dd32858 (diff)
downloadNix-740a6506f419bdcfb082f1cfde7553735dfd0570.tar.gz
Nix-740a6506f419bdcfb082f1cfde7553735dfd0570.tar.zst
Nix-740a6506f419bdcfb082f1cfde7553735dfd0570.zip
Migrate dilion to ZFS
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