fix runtime pkgs
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 37s

This commit is contained in:
Satria 2026-07-12 15:12:36 +07:00
commit 005ef5bd18

View file

@ -73,7 +73,7 @@
schedule = [ "0 0 * * 0" ]; # weekly schedule = [ "0 0 * * 0" ]; # weekly
}; };
}; };
runtimePackages = with pkgs; [ bun nodejs npm nix ]; runtimePackages = with pkgs; [ bun nix ];
}; };
}; };
systemd.services = { systemd.services = {