dennis the formatter (#75)
* dennis the formatter * changed comment * fixup
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
{
|
||||
inherit name;
|
||||
isNormalUser = true;
|
||||
shell = lib.mkIf config.programs.${defaultShell}.enable pkgs.${defaultShell};
|
||||
hashedPasswordFile = config.sops.secrets."${name}/user-password".path or null;
|
||||
openssh.authorizedKeys.keys = publicKeys;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"media"
|
||||
@ -15,7 +18,4 @@
|
||||
"plugdev"
|
||||
"uaccess"
|
||||
];
|
||||
shell = lib.mkIf config.programs.${defaultShell}.enable pkgs.${defaultShell};
|
||||
hashedPasswordFile = config.sops.secrets."${name}/user-password".path or null;
|
||||
openssh.authorizedKeys.keys = publicKeys;
|
||||
}
|
||||
|
Reference in New Issue
Block a user