added groups
This commit is contained in:
@@ -64,7 +64,9 @@
|
||||
];
|
||||
|
||||
# Add username to groups "wheel" and "video" - more may be added here later
|
||||
users.users = {
|
||||
users = {
|
||||
groups.hazel = {};
|
||||
users = {
|
||||
${userName} = {
|
||||
extraGroups = [ "wheel" "network" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
@@ -83,6 +85,7 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.fail2ban = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user