Change of named folders and fix configurations

This commit is contained in:
2026-01-25 14:21:25 +01:00
parent 48f5dc3cf1
commit 8744d630d2
19 changed files with 22 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
{ ... }:
{
users.users = {
alistreaza = {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
};
}