From bf2f48fbcc075faab49f2e4cd008b06787dfa655 Mon Sep 17 00:00:00 2001 From: Steven Carpenter Date: Fri, 10 Feb 2023 16:02:10 -0500 Subject: [PATCH] fixed timout rename deprication --- .modules/base/proxmox-vm-hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.modules/base/proxmox-vm-hardware.nix b/.modules/base/proxmox-vm-hardware.nix index 5e3a719..4dd7e4a 100644 --- a/.modules/base/proxmox-vm-hardware.nix +++ b/.modules/base/proxmox-vm-hardware.nix @@ -46,8 +46,8 @@ # which will be used the bootloader, do not set it as loader.grub.device. # GRUB installation fails, unless the whole disk is selected. device = "/dev/vda"; - timeout = 0; }; + timeout = 0; }; }; # fileSystems."/" = {