nixos/openvpn3: add /etc/openvpn3/configs
to systemd.tmpfiles
This commit is contained in:
parent
7ffd9ae656
commit
3f2bbfd68b
@ -101,7 +101,12 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
systemd = {
|
||||
packages = [ cfg.package ];
|
||||
tmpfiles.rules = [
|
||||
"d /etc/openvpn3/configs 0750 openvpn openvpn - -"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ shamilton progrm_jarvis ];
|
||||
|
Loading…
Reference in New Issue
Block a user