mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
github-runner: replace=true (and uncomment the rest)
This commit is contained in:
parent
bdba0619ac
commit
68e925b948
2 changed files with 5 additions and 4 deletions
|
|
@ -42,8 +42,10 @@ j remote-install
|
|||
|
||||
As root, run `ssh -i /etc/ssh/ssh_host_ed25519_key srid@parallels-linux-builder ` to access it as known host.
|
||||
|
||||
|
||||
|
||||
### Via linux-builder
|
||||
|
||||
See `nix-darwin/linux-builder`. Follow the instructions.
|
||||
|
||||
## See also
|
||||
|
||||
- [Zulip notes](https://nixos.zulipchat.com/#narrow/stream/413948-nixos/topic/Self-hosted.20GitHub.20runners)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
srid = {
|
||||
common = {
|
||||
enable = true;
|
||||
replace = true;
|
||||
# TODO: Document instructions
|
||||
# - chmod og-rwx; chown github-runner
|
||||
# TODO: Use a secret manager. 1Password? https://github.com/LnL7/nix-darwin/issues/882
|
||||
|
|
@ -58,7 +59,6 @@
|
|||
url = "https://github.com/srid/nixos-config";
|
||||
num = 2;
|
||||
};
|
||||
/*
|
||||
nixci = {
|
||||
url = "https://github.com/srid/nixci";
|
||||
num = 2;
|
||||
|
|
@ -79,7 +79,6 @@
|
|||
url = "https://github.com/srid/unionmount";
|
||||
num = 2;
|
||||
};
|
||||
*/
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue