Former-commit-id: 849eb5dd11
This commit is contained in:
Hadi
2024-08-19 00:38:27 +02:00
parent a13ea2b8da
commit fdabd7edf9
14 changed files with 78 additions and 82 deletions
+7
View File
@@ -0,0 +1,7 @@
{ config, ... }: {
users.users.${config.var.username} = {
isNormalUser = true;
description = "${config.var.username} account";
extraGroups = [ "networkmanager" "wheel" ];
};
}