remove running vm without sudo clean up groups

This commit is contained in:
Gerg-L 2024-02-25 18:49:05 -05:00
parent 142f9b323e
commit b7b5c3bb4d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 5 additions and 16 deletions

View file

@ -43,10 +43,7 @@ _:
useDefaultShell = true;
uid = 1000;
isNormalUser = true;
extraGroups = [
"networkmanager"
"audio"
];
extraGroups = [ "networkmanager" ];
initialHashedPassword = "";
};
"root" = {