things and stuff

This commit is contained in:
2024-11-12 12:33:17 -05:00
parent 885a38eb7d
commit 1bbd8e1a53
9 changed files with 60 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
{
config,
service_configs,
username,
...
}:
{
@@ -39,4 +40,9 @@
}
];
};
users.users.${username}.extraGroups = [
config.services.gitea.group
];
}