nixos/openvpn3: add /etc/openvpn3/configs to systemd.tmpfiles (#353832)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user