New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
+1
-1
@@ -269,7 +269,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
|
||||||
|
|
||||||
|
|||||||
@@ -18,5 +18,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