diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 7ca738c..aefa420 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -48,7 +48,6 @@ hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ]; }; }; - users.groups.gitea-runner = {}; systemd.services."gitea-runner-nixos-deploy" = { restartIfChanged = false; };