Adding networking
This commit is contained in:
@@ -36,8 +36,10 @@
|
|||||||
wofi
|
wofi
|
||||||
];
|
];
|
||||||
|
|
||||||
# Ensure the user is in the necessary groups
|
/*
|
||||||
users.users.${config.users.users."henrov".username} = {
|
# Ensure the user is in the necessary groups
|
||||||
extraGroups = [ "networkmanager" ];
|
users.users.${config.users.users."henrov".username} = {
|
||||||
};
|
extraGroups = [ "networkmanager" ];
|
||||||
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user