summaryrefslogtreecommitdiff
path: root/hosts/thyme/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thyme/hardware.nix')
-rw-r--r--hosts/thyme/hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/thyme/hardware.nix b/hosts/thyme/hardware.nix
index 50956c6..63594b0 100644
--- a/hosts/thyme/hardware.nix
+++ b/hosts/thyme/hardware.nix
@@ -12,6 +12,9 @@ in
boot.extraModulePackages = [];
boot.resumeDevice = swapPart;
+ boot.loader.grub.enable = true;
+ boot.loader.grub.device = "nodev";
+
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";