This commit is contained in:
Daniel Barlow
2023-05-20 22:48:30 +01:00
parent b363840901
commit f249c12bec
2 changed files with 1 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ in rec {
dir = "/run/dnsmasq";
shell = "/bin/false";
};
users.root.passwd = lib.mkForce secrets.root_password;
users.root = secrets.root;
groups.dnsmasq = {
gid = 51; usernames = ["dnsmasq"];