For emanote arm build

This commit is contained in:
Sridhar Ratnakumar 2025-03-23 14:13:54 -04:00
parent ba4ea2db74
commit 5aedccc18d
2 changed files with 3 additions and 1 deletions

View file

@ -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 = {

View file

@ -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;
};
};
}