mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: static UIDs
This commit is contained in:
parent
6671103eba
commit
602eda1012
13 changed files with 102 additions and 34 deletions
11
nixos/users/groups.nix
Normal file
11
nixos/users/groups.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.groups = {
|
||||
peeps = {
|
||||
gid = 8128;
|
||||
};
|
||||
kyuuto = {
|
||||
gid = 8129;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue