From ce36bb2018caba883512da3f0f672892531f0ebb Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 25 Jun 2023 20:56:36 +0200 Subject: Fix(system/fs-layout): Remove persistent dir as it's now in /srv --- system/file_system_layouts/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/file_system_layouts') 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"]; -- cgit 1.4.1