fix runtime pkgs
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 37s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 37s
This commit is contained in:
parent
564fc0778f
commit
005ef5bd18
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue