remove docker label
All checks were successful
NixOS Rebuild / rebuild (push) Successful in 4s

This commit is contained in:
Satria 2026-03-15 11:34:34 +07:00
commit e6805c0e6b

View file

@ -44,7 +44,7 @@
name = "nixos-server-runner";
url = "https://git.proxy.${homelab.domain}";
tokenFile = "/root/forgejo-token-runner";
labels = [ "self-hosted:host" "docker" ];
labels = [ "self-hosted:host" ];
hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];
};
};