mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 09:28:13 +08:00
darwin: use hci from master
This commit is contained in:
parent
e81b36dca5
commit
4e1aaaaf29
3 changed files with 145 additions and 4 deletions
|
|
@ -75,7 +75,14 @@
|
|||
services.nix-daemon.enable = true;
|
||||
# nix.package = pkgs.nix;
|
||||
|
||||
services.hercules-ci-agent.enable = true;
|
||||
# TODO: use agenix to manage
|
||||
# - secrets
|
||||
# - ssh keys
|
||||
services.hercules-ci-agent = {
|
||||
enable = true;
|
||||
# cache push to ssh fix is in master branch only. --Dec 23, 2022
|
||||
package = inputs.hci.packages.${system}.hercules-ci-agent;
|
||||
};
|
||||
|
||||
# Create /etc/bashrc that loads the nix-darwin environment.
|
||||
# programs.zsh.enable = true; # default shell on catalina
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue