Change of substituters and little group of fixs

This commit is contained in:
Laurent Gueret
2026-01-28 20:35:28 +01:00
parent ae5ac475c5
commit 3da420f424
5 changed files with 37 additions and 2 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
users.users = {
alistreaza = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"docker"
];
};
};
}