diff options
author | Soispha <soispha@vhack.eu> | 2023-06-25 20:56:36 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-25 20:56:36 +0200 |
commit | ce36bb2018caba883512da3f0f672892531f0ebb (patch) | |
tree | 17fd27b5a5e1603b3e0c164fe2b7e6144bf72385 /system/file_system_layouts/default.nix | |
parent | Fix(system/services/acme): Leave certs generation to nixos (diff) | |
download | nixos-server-ce36bb2018caba883512da3f0f672892531f0ebb.tar.gz nixos-server-ce36bb2018caba883512da3f0f672892531f0ebb.zip |
Fix(system/fs-layout): Remove persistent dir as it's now in /srv
Diffstat (limited to '')
-rw-r--r-- | system/file_system_layouts/default.nix | 4 |
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"]; |