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