diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:33 -0300 |
commit | 8ae570f147887954cb3f89470dec39cba0dcf326 (patch) | |
tree | de73830dbc418a19af9f5304f6ea9ff2009f1e41 /nixos | |
parent | Disable $GUIX_PROFILE sourcing. (diff) | |
download | dotfiles-8ae570f147887954cb3f89470dec39cba0dcf326.tar.gz dotfiles-8ae570f147887954cb3f89470dec39cba0dcf326.tar.xz |
Comment grub.device NixOS configuration.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f5b38b3..ae3b35e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -11,7 +11,7 @@ loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; - grub.device = "/dev/nvme0n1"; + # grub.device = "/dev/sda"; }; initrd = { luks.devices = [ |