Added user to networkmanager group

This commit is contained in:
KoenDR06 2024-05-07 12:03:42 +02:00
parent 28371b98ca
commit ce50a18adf
3 changed files with 9 additions and 2 deletions

View file

@ -94,7 +94,10 @@
initialPassword = "1234";
isNormalUser = true;
openssh.authorizedKeys.keys = [];
extraGroups = ["wheel"];
extraGroups = [
"wheel"
"networkmanager"
];
};
};