[lucia] rm sdImage
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m51s
Evaluate Hydra Jobs / eval-hydra-jobs (pull_request) Successful in 2m54s

sdImage is exceeding hydra max build size of 2GB.
also it makes more sense to have this as a package then a configuration
This commit is contained in:
2024-10-24 17:34:15 +02:00
parent 435dfa170b
commit 822cd46310
2 changed files with 0 additions and 34 deletions

View File

@@ -74,16 +74,4 @@ in
./lucia/hardware_configuration.nix
];
};
sdImageLucia = nixosSystem {
system = "aarch64-linux";
specialArgs.inputs = inputs;
modules = defaultModules ++ [
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
./lucia/configuration.nix
{
sdImage.compressImage = false;
}
];
};
}