From b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 12 May 2025 17:22:28 -0500 Subject: hosts/thyme: Move GRUB config to hardware.nix --- hosts/thyme/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'hosts/thyme/default.nix') diff --git a/hosts/thyme/default.nix b/hosts/thyme/default.nix index adc65e7..61b338c 100644 --- a/hosts/thyme/default.nix +++ b/hosts/thyme/default.nix @@ -18,9 +18,6 @@ dictionaries.extra = ["grc" "la"]; }; - boot.loader.grub.enable = true; - boot.loader.grub.device = "nodev"; - time.timeZone = "America/Chicago"; this.users.enabled = ["simon"]; -- cgit v1.2.3