containers/diamond: add systemd-tmpfiles rule
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-03-17 14:41:18 +11:00
parent 0c92b816fa
commit 889d49e1fe
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,5 +1,8 @@
{ config, lib, ... }: {
system.stateVersion = "25.11";
systemd.tmpfiles.rules = [
"d /persist/vaultwarden 755 vaultwarden vaultwarden"
];
networking.firewall.allowedTCPPorts = [ 8000 ];
networking.firewall.allowedUDPPorts = [ 8000 ];