diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 10:54:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 10:54:00 -0300 |
commit | 2440df6012f5a6cf5c0c5b9a33141f53c3bedb20 (patch) | |
tree | c8eb0e61490132794216c371b7df9b11f0feee30 /nixos | |
parent | Comment $GUIX_PROFILE definition. (diff) | |
download | dotfiles-2440df6012f5a6cf5c0c5b9a33141f53c3bedb20.tar.gz dotfiles-2440df6012f5a6cf5c0c5b9a33141f53c3bedb20.tar.xz |
Remove commented grub.device configuration.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 687e8e3..fe3db65 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -11,7 +11,6 @@ loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; - # grub.device = "/dev/sda"; }; initrd = { luks.devices = [ |