remove test user

This commit is contained in:
unexplrd
2025-02-06 22:58:43 +02:00
parent 5cb6ba1949
commit 91a44b333d
99 changed files with 5 additions and 11311 deletions

View File

@ -6,10 +6,10 @@
extraGroups = ["wheel" "video" "libvirtd" "dialout"];
shell = pkgs.nushell;
};
work = {
isNormalUser = true;
extraGroups = ["video"];
shell = pkgs.nushell;
};
# work = {
# isNormalUser = true;
# extraGroups = ["video"];
# shell = pkgs.nushell;
# };
};
}