mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
Update Docker and Nix configurations for Pelican Wings service
This commit is contained in:
parent
946f3c5d59
commit
245e664bd6
3 changed files with 9 additions and 4 deletions
|
|
@ -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 -"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue