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:
@ -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;
|
||||
|
Reference in New Issue
Block a user