Update 'configuration.nix'
This commit is contained in:
parent
ea38bf0149
commit
b0c5af7bf1
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Lokaler Koala";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
initialPassword = "test";
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
@ -87,6 +88,7 @@
|
|||
home = "/home/SuS";
|
||||
description = "SuS";
|
||||
extraGroups = [ ];
|
||||
initialPassword = "SuS";
|
||||
packages = with pkgs; [
|
||||
|
||||
# thunderbird
|
||||
|
|
Loading…
Reference in a new issue