Update 'configuration.nix'

This commit is contained in:
MK 2023-02-11 00:16:23 +01:00
parent ea38bf0149
commit b0c5af7bf1

View file

@ -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