Add boot limit

This commit is contained in:
2024-04-01 13:18:07 +01:00
parent d8543bb413
commit a87f397770

View File

@@ -18,6 +18,8 @@
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.configurationLimit = 2;
networking.hostName = "talos";
networking.networkmanager.enable = true;