summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/file_system_layouts/impermanence.nix6
-rw-r--r--system/services/nginx/hosts.nixbin1027 -> 994 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/system/file_system_layouts/impermanence.nix b/system/file_system_layouts/impermanence.nix
index da38791..7e8a659 100644
--- a/system/file_system_layouts/impermanence.nix
+++ b/system/file_system_layouts/impermanence.nix
@@ -7,6 +7,12 @@
         "/var/log"
         "/var/lib/postgresql"
         "/var/lib/acme"
+        {
+          directory = "/var/lib/nix-sync";
+          user = "nix-sync";
+          group = "nix-sync";
+          mode = "0700";
+        }
       ];
       files = [
         "/etc/machine-id"
diff --git a/system/services/nginx/hosts.nix b/system/services/nginx/hosts.nix
index 94fae9f..7c42280 100644
--- a/system/services/nginx/hosts.nix
+++ b/system/services/nginx/hosts.nix
Binary files differ