fix grub
This commit is contained in:
parent
5dcd255c0d
commit
632af31557
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue