Adding networking
This commit is contained in:
@@ -19,4 +19,8 @@ in
|
|||||||
git-extras
|
git-extras
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Ensure the user is in the necessary groups
|
||||||
|
users.users.${config.users.users.${user.username}.username} = {
|
||||||
|
extraGroups = [ "networkmanager" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user