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.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/private/system/eldiron.nix b/modules/private/system/eldiron.nix
index 5fb9887..39cf86a 100644
--- a/modules/private/system/eldiron.nix
+++ b/modules/private/system/eldiron.nix
@@ -166,11 +166,6 @@
166 ]; 166 ];
167 }; 167 };
168 168
169 fileSystems."/var/lib/pub/immae/devtools" = {
170 device = "/run/current-system/sw/bin/bindfs#/var/lib/ftp/devtools.immae.eu/";
171 fsType = "fuse";
172 options = [ "force-user=pub" "create-for-user=wwwrun" "create-for-group=wwwrun" ];
173 };
174 environment.systemPackages = [ pkgs.bindfs ]; 169 environment.systemPackages = [ pkgs.bindfs ];
175 170
176 services.zrepl = { 171 services.zrepl = {