diff options
author | Alan Pearce | 2017-09-17 20:32:05 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-17 20:32:05 +0200 |
commit | 6183039a262d5ab946e64832434c1e42702a20f0 (patch) | |
tree | bf3425da1cfc5e71b5f1b132605a95b246f5a82a | |
parent | 685aeb15376bc906522b938be68a3049294d733b (diff) | |
download | nixfiles-6183039a262d5ab946e64832434c1e42702a20f0.tar.lz nixfiles-6183039a262d5ab946e64832434c1e42702a20f0.tar.zst nixfiles-6183039a262d5ab946e64832434c1e42702a20f0.zip |
satoshipad: Switch back to grub
-rw-r--r-- | satoshipad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satoshipad.nix b/satoshipad.nix index 87a10692..d4d0bc2c 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -3,7 +3,7 @@ { imports = [ ./hardware-configuration.nix - ./modules/systemd-boot.nix + ./modules/grub2.nix ./modules/laptop.nix ./modules/thinkpad.nix ./modules/audio.nix |