mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove running vm without sudo clean up groups
This commit is contained in:
parent
142f9b323e
commit
b7b5c3bb4d
5 changed files with 5 additions and 16 deletions
|
|
@ -43,10 +43,7 @@ _:
|
|||
useDefaultShell = true;
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"audio"
|
||||
];
|
||||
extraGroups = [ "networkmanager" ];
|
||||
initialHashedPassword = "";
|
||||
};
|
||||
"root" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue