Remove unused users from lolcathost
This commit is contained in:
parent
7e55a46db7
commit
a0a97c9f42
1 changed files with 0 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue