From 8734b237468d7f4510d6a0079ba164d2bf3d9c0b Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 15 Jul 2026 12:57:45 +1000 Subject: [PATCH] updated mounts --- modules/hardware-configuration/vm/linode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware-configuration/vm/linode.nix b/modules/hardware-configuration/vm/linode.nix index b544f4d..41df12e 100644 --- a/modules/hardware-configuration/vm/linode.nix +++ b/modules/hardware-configuration/vm/linode.nix @@ -12,7 +12,7 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - # boot.loader.grub.device = "/dev/sda"; + boot.loader.grub.device = "/dev/sda"; # fileSystems."/" = # { device = "/dev/sda";