feat: static UIDs

This commit is contained in:
arcnmx 2024-02-09 06:22:32 -08:00
parent 6671103eba
commit 602eda1012
13 changed files with 102 additions and 34 deletions

11
nixos/users/groups.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }:
{
users.groups = {
peeps = {
gid = 8128;
};
kyuuto = {
gid = 8129;
};
};
}