remove unused group
All checks were successful
NixOS Rebuild / rebuild (push) Successful in 1m14s

This commit is contained in:
Satria 2026-03-15 10:43:27 +07:00
commit 3daa0c438b

View file

@ -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;
};