create group fix
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 0s
Some checks failed
Activate NixOS Homelab Configuration On Push / build-and-activate (push) Failing after 0s
This commit is contained in:
parent
60341e7c0b
commit
056ec34d90
1 changed files with 5 additions and 1 deletions
|
|
@ -48,7 +48,11 @@
|
|||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
||||
};
|
||||
};
|
||||
users.users.gitea-runner.isSystemUser = true;
|
||||
users.users.gitea-runner = {
|
||||
isSystemUser = true;
|
||||
group = "gitea-runner";
|
||||
};
|
||||
users.groups.gitea-runner = {};
|
||||
systemd.services."gitea-runner-nixos-deploy" = {
|
||||
restartIfChanged = true;
|
||||
# serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue