added groups

This commit is contained in:
2026-02-25 21:52:36 -05:00
parent 1a8c910e3a
commit 80fd89c5ac

View File

@@ -64,7 +64,9 @@
]; ];
# Add username to groups "wheel" and "video" - more may be added here later # Add username to groups "wheel" and "video" - more may be added here later
users.users = { users = {
groups.hazel = {};
users = {
${userName} = { ${userName} = {
extraGroups = [ "wheel" "network" ]; extraGroups = [ "wheel" "network" ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
@@ -83,6 +85,7 @@
]; ];
}; };
}; };
};
services.fail2ban = { services.fail2ban = {
enable = true; enable = true;