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;
|
isNormalUser = true;
|
||||||
description = "Lokaler Koala";
|
description = "Lokaler Koala";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
initialPassword = "test";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -87,6 +88,7 @@
|
||||||
home = "/home/SuS";
|
home = "/home/SuS";
|
||||||
description = "SuS";
|
description = "SuS";
|
||||||
extraGroups = [ ];
|
extraGroups = [ ];
|
||||||
|
initialPassword = "SuS";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
|
||||||
# thunderbird
|
# thunderbird
|
||||||
|
|
Loading…
Reference in a new issue