mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 04:59:42 +00:00
Remove mutableUsers setting from system.nix (it's in impermanence)
This commit is contained in:
parent
163eafb8f0
commit
130fdae4bf
|
@ -8,13 +8,6 @@ in
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
# Prevent mutating users outside of our configurations.
|
|
||||||
# TODO: Solve this, currentry it fails with no password
|
|
||||||
# specified for root account nor any whell user accounts
|
|
||||||
# and wants us to set pw manually with passwd, which needs
|
|
||||||
# mutableUsers
|
|
||||||
#mutableUsers = false;
|
|
||||||
|
|
||||||
users.${cfg.username} = {
|
users.${cfg.username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
|
|
Loading…
Reference in a new issue