Compare commits

...

1 Commits

Author SHA1 Message Date
Richie Cahill
2609c3de90
added configurationLimit to boot.nix module
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 19s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 3m41s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 18m39s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 25m17s
2025-03-20 11:51:56 -04:00

View File

@ -54,7 +54,6 @@ in
devNodes = "/dev/disk/by-id/";
forceImportRoot = true;
};
loader = {
efi.canTouchEfiVariables = false;
generationsDir.copyKernels = true;