remove various references to ${username}

This commit is contained in:
2025-10-17 22:34:52 -04:00
parent 31b4d7e80d
commit dd18bd1e6d
8 changed files with 0 additions and 28 deletions

View File

@@ -3,7 +3,6 @@
lib,
config,
service_configs,
username,
...
}:
{
@@ -60,8 +59,4 @@
};
services.openssh.settings.AllowUsers = [ config.services.gitea.user ];
users.users.${username}.extraGroups = [
config.services.gitea.group
];
}