diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-05 23:53:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-05 23:53:01 +0200 |
commit | 89a5be1f9b28a9309676d99383a51add3ef72266 (patch) | |
tree | 2b54ce64dec8d0289a0fe1a9bc14fff2a5aac37d /bragi.nix | |
parent | 0c9991c6285b1ef557c5a53177aac263b325b26e (diff) | |
download | nixos-89a5be1f9b28a9309676d99383a51add3ef72266.tar nixos-89a5be1f9b28a9309676d99383a51add3ef72266.tar.gz nixos-89a5be1f9b28a9309676d99383a51add3ef72266.tar.bz2 nixos-89a5be1f9b28a9309676d99383a51add3ef72266.tar.xz nixos-89a5be1f9b28a9309676d99383a51add3ef72266.zip |
Moved mbr device definitions to section for hardware-dependent expressions
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ in { | |||
13 | 13 | ||
14 | boot.loader.grub.enable = true; | 14 | boot.loader.grub.enable = true; |
15 | boot.loader.grub.version = 2; | 15 | boot.loader.grub.version = 2; |
16 | boot.loader.grub.device = "/dev/disk/by-id/ata-Crucial_CT256M550SSD3_15010E5F81A6"; | ||
17 | 16 | ||
18 | boot.loader.grub.extraConfig = "serial; terminal_output.serial"; | 17 | boot.loader.grub.extraConfig = "serial; terminal_output.serial"; |
19 | boot.kernelParams = [ "console=ttyS0,115200" | 18 | boot.kernelParams = [ "console=ttyS0,115200" |