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

This commit is contained in:
Richie Cahill 2024-04-28 14:06:26 -04:00 committed by ahuston-0
parent 930fea9ed9
commit 2609c3de90
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

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