working system

This commit is contained in:
Vali 2024-07-15 09:27:55 +02:00
commit b4585b3e87
14 changed files with 76 additions and 18 deletions

View file

@ -30,5 +30,9 @@ in {
isNormalUser = true;
extraGroups = ["wheel"];
};
users.users.test = {
isNormalUser = true;
extraGroups = ["wheel"];
};
};
}