diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 2bab3a0..0ccf50b 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -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;