Ensure /opt/services ownership on deploy
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Failing after 2s
Deploy ru-vps / deploy (push) Failing after 2s
NixOS switch cloud-pc / switch (push) Failing after 2s
NixOS switch mini-pc / switch (push) Failing after 2s

This commit is contained in:
Dmitry
2026-05-30 14:46:47 +03:00
parent ec79b653dc
commit 18b0242fdf
6 changed files with 11 additions and 5 deletions
+1
View File
@@ -66,6 +66,7 @@
systemd.tmpfiles.rules = [
"d /opt/services 0755 ada users - -"
"Z /opt/services - ada users - -"
"d /opt/data 0755 ada users - -"
"d /opt/configs 0755 ada users - -"
];