New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
@@ -270,6 +270,7 @@ in
|
|||||||
# Ensure the user is in the necessary groups
|
# Ensure the user is in the necessary groups
|
||||||
users.users.${config.users.users.${user.username}.username} = {
|
users.users.${config.users.users.${user.username}.username} = {
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -19,4 +19,5 @@ in
|
|||||||
# Ensure the user is in the necessary groups
|
# Ensure the user is in the necessary groups
|
||||||
users.users.${config.users.users.${user.username}.username} = {
|
users.users.${config.users.users.${user.username}.username} = {
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user