diff --git a/system/alt.nix b/system/alt.nix index 3fd8b7e..c515663 100644 --- a/system/alt.nix +++ b/system/alt.nix @@ -2,16 +2,13 @@ { users.users.alt = { - home = "/home/alt"; + home = "/home/guest"; isSystemUser = true; group = "users"; - description = "Alt"; + description = "Guest"; extraGroups = [ "networkmanager" ]; shell = pkgs.fish; }; - services.xserver.displayManager.gdm.settings = { - greeter.Exclude = "bin,root,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,nobody4,noaccess,postgres,pvm,rpm,nfsnobody,pcap,alt"; - }; }