summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"];