summaryrefslogtreecommitdiff
path: root/hosts/thyme/hardware.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-05-12 17:22:28 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-05-12 17:22:28 -0500
commitb270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b (patch)
tree0ebdc5ef05a186679f1a36fca977bc87600df99d /hosts/thyme/hardware.nix
parentccb304fb5c435f18503b59c1e95b2918e486b955 (diff)
downloadnixos-config-b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b.tar.gz
nixos-config-b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b.zip
hosts/thyme: Move GRUB config to hardware.nix
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";