mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
For emanote arm build
This commit is contained in:
parent
ba4ea2db74
commit
5aedccc18d
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ in
|
|||
(self + /modules/nixos/shared/github-runner.nix)
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
services.netdata = {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ in
|
|||
# https://github.com/settings/personal-access-tokens/3513625
|
||||
personalRunners = {
|
||||
"srid/nixos-config".num = 1;
|
||||
"srid/heist-extra".num = 1;
|
||||
"srid/emanote".num = 2;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue