diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:29:53 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 18:29:53 -0400 |
| commit | bf3755cc2a5bd54400167d41ce9c75751028bc40 (patch) | |
| tree | d46595b26e4c9ff4e1b6375b9c57c73fcd136aa2 /hosts/thinkpad/default.nix | |
| parent | add openrgb support, and custom rust scheduler (diff) | |
| download | dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.tar.gz dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.tar.bz2 dotfiles-nix-bf3755cc2a5bd54400167d41ce9c75751028bc40.zip | |
refactor bootloaders into modules
Diffstat (limited to 'hosts/thinkpad/default.nix')
| -rw-r--r-- | hosts/thinkpad/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 8db964c..e57214d 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -37,6 +37,9 @@ _: { enable = true; ip = "10.3.0.5/32"; }; + bootloader = { + grub.enable = true; + }; # modules battery.enable = true; |