diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-12 17:22:28 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-12 17:22:28 -0500 |
commit | b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b (patch) | |
tree | 0ebdc5ef05a186679f1a36fca977bc87600df99d /hosts/thyme/default.nix | |
parent | ccb304fb5c435f18503b59c1e95b2918e486b955 (diff) | |
download | nixos-config-b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b.tar.gz nixos-config-b270dba4fe994ddcb8f1fd771dcd98a92d7e5f7b.zip |
hosts/thyme: Move GRUB config to hardware.nix
Diffstat (limited to 'hosts/thyme/default.nix')
-rw-r--r-- | hosts/thyme/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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"]; |