mirror of
https://github.com/ItsDrike/nixdots
synced 2025-04-11 10:32:28 +00:00
Remove mutableUsers setting from system.nix (it's in impermanence)
This commit is contained in:
parent
163eafb8f0
commit
130fdae4bf
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue