init
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
||||
users.amper = {
|
||||
users.wyj = {
|
||||
isNormalUser = true;
|
||||
description = "Ampersand";
|
||||
description = "Yingjie Wang";
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "libvirtd" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services.getty.autologinUser = "amper";
|
||||
#services.getty.autologinUser = "amper";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user