This commit is contained in:
Till 2025-01-19 13:32:33 +01:00
parent 572ae7c876
commit 9f74d8a293

View file

@ -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";
};
}