mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
hosts/_users/plover: update groups
This commit is contained in:
parent
e07e0273eb
commit
79451faf12
@ -9,7 +9,7 @@ in
|
||||
users.users.${user} = {
|
||||
home = "/home/${user}";
|
||||
hashedPassword = "$y$j9T$43ExH5GLbEGwgnNGhmcTD/$qXoZE5Cm9O2Z3zMM/VyCZ18qN2Hc9.KvCnVz6tmjVVD";
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "kanidm" ];
|
||||
useDefaultShell = true;
|
||||
isNormalUser = true;
|
||||
description = "The go-to user for server systems.";
|
||||
|
Loading…
Reference in New Issue
Block a user