alt sys
This commit is contained in:
parent
572ae7c876
commit
9f74d8a293
1 changed files with 2 additions and 5 deletions
|
|
@ -2,16 +2,13 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
users.users.alt = {
|
users.users.alt = {
|
||||||
home = "/home/alt";
|
home = "/home/guest";
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "users";
|
group = "users";
|
||||||
description = "Alt";
|
description = "Guest";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
];
|
];
|
||||||
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";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue