nixos/systemd-resolved: fix incorrect user
This commit is contained in:
parent
e371443a1e
commit
13ed0cce2f
@ -136,7 +136,7 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.resolved.group = "systemd-resolve";
|
users.users.systemd-resolve.group = "systemd-resolve";
|
||||||
|
|
||||||
# add resolve to nss hosts database if enabled and nscd enabled
|
# add resolve to nss hosts database if enabled and nscd enabled
|
||||||
# system.nssModules is configured in nixos/modules/system/boot/systemd.nix
|
# system.nssModules is configured in nixos/modules/system/boot/systemd.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user