gitdeveloper group added

This commit is contained in:
Olaf Kolkman
2025-07-27 15:35:07 +02:00
parent 3be843fd2e
commit 0540531fb8

View File

@@ -57,6 +57,17 @@ in
'';
};
users.groups= {
gidevelopert={
description="Git Common Rights";
gid=500;
name= "gitdeveloper";
members = [ "olaf" ] ;
};
};
users.knownGroups=["gitdeveloper"];
# Turn off NIX_PATH warnings now that we're using flakes
system.checks.verifyNixPath = false;