Update Docker and Nix configurations for Pelican Wings service

This commit is contained in:
Root User 2026-03-21 14:28:43 +01:00
parent 946f3c5d59
commit 245e664bd6
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 9 additions and 4 deletions

View file

@ -68,5 +68,10 @@ in {
];
system.stateVersion = "25.11";
systemd.tmpfiles.rules = [
"d /var/lib/pelican 0755 root root -"
"d /var/log/pelican 0755 root root -"
];
};
}