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;
|
isSystemUser = false;
|
||||||
home = "/home/SuS";
|
home = "/home/SuS";
|
||||||
description = "SuS";
|
description = "SuS";
|
||||||
extraGroups = [ ];
|
extraGroups = [ "nogroup" ];
|
||||||
initialPassword = "SuS";
|
initialPassword = "!";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
||||||
# thunderbird
|
# thunderbird
|
||||||
|
|
Loading…
Reference in a new issue