diff --git a/machines/productivity-vm/configuration.nix b/machines/productivity-vm/configuration.nix index 5e4df4c..55987b9 100644 --- a/machines/productivity-vm/configuration.nix +++ b/machines/productivity-vm/configuration.nix @@ -22,6 +22,12 @@ # mode = "0400"; # }; }; + # Make the vm boot + boot.loader.grub = { + enable = true; + device = "/dev/sda"; + useOSProber = true; + }; # Setup system configuration nathan = { programs = { games = false; }; @@ -41,7 +47,7 @@ }; config = { isDesktop = true; - setupGrub = true; + setupGrub = false; nix.autoUpdate = false; harden = false; };