Flake check gitea action
All checks were successful
Check Flake / check-flake (push) Successful in 1m28s

This commit is contained in:
2023-04-23 17:54:45 -06:00
parent 2009180827
commit 0efcf8f3fc
6 changed files with 48 additions and 54 deletions

View File

@@ -5,7 +5,14 @@
./hardware-configuration.nix
];
system.autoUpgrade.enable = true;
networking.hostName = "s0";
# 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;