use s0
All checks were successful
Check Flake / check-flake (push) Successful in 2m49s

This commit is contained in:
2023-04-29 18:18:52 -06:00
parent f9ba8473d2
commit 4f6e2c3369
3 changed files with 7 additions and 53 deletions

View File

@@ -6,10 +6,5 @@
];
networking.hostName = "phil";
services.gitea-runner = {
enable = true;
instanceUrl = "https://git.neet.dev";
};
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
services.gitea-runner.enable = true;
}

View File

@@ -7,7 +7,12 @@
networking.hostName = "s0";
system.autoUpgrade.enable = true;
# system.autoUpgrade.enable = true;
# gitea runner and allow it to build ARM derivations
services.gitea-runner.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.gc.automatic = lib.mkForce false; # allow the nix store to serve as a build cache
services.iperf3.enable = true;
services.iperf3.openFirewall = true;