From 9f74d8a29334e9267a429bfdf7b85d92d98614d7 Mon Sep 17 00:00:00 2001 From: Till Date: Sun, 19 Jan 2025 13:32:33 +0100 Subject: [PATCH] alt sys --- system/alt.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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"; - }; }