Remove unused users from lolcathost

This commit is contained in:
Emile Clark-Boman 2025-07-24 13:28:36 +10:00
parent 7e55a46db7
commit a0a97c9f42

View file

@ -179,24 +179,6 @@ in {
];
};
# user for my professional jobs and stuff
aez = {
isNormalUser = true;
extraGroups = ["wheel"];
shell = pkgs.bash; #pkgs.fish
packages = with pkgs; [
];
};
# # This is the user account for servers
# dev = {
# isNormalUser = true;
# extraGroups = ["wheel"];
# shell = pkgs.bash; #pkgs.zsh
# packages = with pkgs; [
# ];
# };
# user for friends to ssh into
friends = {
isNormalUser = true;