dns: fix pathing.
This commit is contained in:
parent
03ae753b90
commit
2989cb5b72
1 changed files with 5 additions and 0 deletions
|
@ -432,9 +432,14 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# creates a folder in /etc for the dns to use
|
# creates a folder in /etc for the dns to use
|
||||||
|
users.groups.named = {};
|
||||||
|
|
||||||
users.users.named = {
|
users.users.named = {
|
||||||
createHome = true;
|
createHome = true;
|
||||||
home = "/etc/skynet/dns";
|
home = "/etc/skynet/dns";
|
||||||
|
group = "named";
|
||||||
|
# X11 is to ensure the directory can be traversed
|
||||||
|
homeMode = "711";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue