diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-22 20:10:54 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-23 01:44:51 +0200 |
commit | 41cce84a02652e22ad967c9f31669092eb3e7f0e (patch) | |
tree | b546e5a7524a00cd353b0d0e82e4dff038166dc1 /modules/private/system | |
parent | 750fe5a43b957b91a26069cf8a4fe19fc7b2633c (diff) | |
download | Nix-41cce84a02652e22ad967c9f31669092eb3e7f0e.tar.gz Nix-41cce84a02652e22ad967c9f31669092eb3e7f0e.tar.zst Nix-41cce84a02652e22ad967c9f31669092eb3e7f0e.zip |
Move devtools to other place
Diffstat (limited to 'modules/private/system')
-rw-r--r-- | modules/private/system/eldiron.nix | 5 |
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 = { |