summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-25 20:56:36 +0200
committerSoispha <soispha@vhack.eu>2023-06-25 20:56:36 +0200
commitce36bb2018caba883512da3f0f672892531f0ebb (patch)
tree17fd27b5a5e1603b3e0c164fe2b7e6144bf72385 /system
parentFix(system/services/acme): Leave certs generation to nixos (diff)
downloadnixos-server-ce36bb2018caba883512da3f0f672892531f0ebb.tar.gz
nixos-server-ce36bb2018caba883512da3f0f672892531f0ebb.zip
Fix(system/fs-layout): Remove persistent dir as it's now in /srv
Diffstat (limited to 'system')
-rw-r--r--system/file_system_layouts/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/file_system_layouts/default.nix b/system/file_system_layouts/default.nix
index 4cd9ff1..fe7fc3f 100644
--- a/system/file_system_layouts/default.nix
+++ b/system/file_system_layouts/default.nix
@@ -40,10 +40,6 @@ in {
         device = "/srv/nix-config";
         options = ["bind"];
       };
-      "/var/lib/acme" = {
-        device = "/srv/acme";
-        options = ["bind"];
-      };
       "/var/lib/postgresql" = {
         device = "/srv/postgresql";
         options = ["bind"];