Update 'configuration.nix'
This commit is contained in:
parent
13b5d4b3f6
commit
532f333f61
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@
|
|||
isSystemUser = false;
|
||||
home = "/home/SuS";
|
||||
description = "SuS";
|
||||
extraGroups = [ ];
|
||||
initialPassword = "SuS";
|
||||
extraGroups = [ "nogroup" ];
|
||||
initialPassword = "!";
|
||||
packages = with pkgs; [
|
||||
|
||||
# thunderbird
|
||||
|
|
Loading…
Reference in a new issue