Created fabius user (raspberry pi 5). Changed flake.nix. (#76)

* Created fabius user (raspberry pi 5). Changed flake.nix.

* add custom iso type

* change to crossPkgs

* add crossCompile aarch64
This commit is contained in:
Dennis
2024-02-06 20:35:02 +01:00
committed by GitHub
parent 4c1e86907a
commit d020ef2189
3 changed files with 46 additions and 28 deletions

View File

@ -24,6 +24,7 @@
nix = {
extraOptions = ''
allowed-uris = github: gitlab: git+https:// git+ssh:// https://
builders-use-substitutes = true
'';
buildMachines = [{
@ -32,7 +33,7 @@
protocol = "ssh-ng";
speedFactor = 2;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ];
system = "x86_64-linux";
systems = [ "x86_64-linux" "x86_64-linux" ];
}];
};
@ -109,7 +110,6 @@
smtpHost = "alicehuston.xyz";
notificationSender = "hydra@alicehuston.xyz";
gcRootsDir = "/ZFS/ZFS-Primary/hydra";
buildMachinesFiles = [ ];
useSubstitutes = true;
minimumDiskFree = 50;
minimumDiskFreeEvaluator = 100;