Ensure state dir exists and belongs to user
This commit is contained in:
parent
8e8a3099e5
commit
3700d10df6
2
nsd.nix
2
nsd.nix
|
@ -979,6 +979,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
|
tmpfiles.rules = [ "d ${stateDir} ${username} ${username} 0700 - -" ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
nsd = {
|
nsd = {
|
||||||
description = "NSD authoritative only domain name service";
|
description = "NSD authoritative only domain name service";
|
||||||
|
|
Loading…
Reference in New Issue