workaround for too-small efi partitions :(

This commit is contained in:
Shelvacu
2024-07-15 01:02:33 -07:00
parent 546247a569
commit 3c77d14e9b

View File

@@ -4,6 +4,7 @@
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
./apex.nix
];
boot.loader.grub.configurationLimit = 5;
system.nixos.tags = [ "host-${config.networking.hostName}" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.networkmanager.enable = true;