greeter exclude

This commit is contained in:
Till 2024-06-26 10:27:32 +02:00
parent 083a00873f
commit ae384346a5

View file

@ -11,4 +11,7 @@
]; ];
shell = pkgs.fish; 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";
};
} }