nomic: keep using grub

This commit is contained in:
tv 2016-12-03 04:05:17 +01:00
parent e62dca9408
commit 8d18b86a01

View file

@ -25,6 +25,16 @@ with import <stockholm/lib>;
];
};
# Don't use UEFI because current disk was partitioned/formatted for AO753.
# TODO remove following bool.loader section after repartitioning/reformatting
boot.loader = {
grub = {
device = "/dev/sda";
splashImage = null;
};
systemd-boot.enable = mkForce false;
};
fileSystems."/" =
{ device = "/dev/mapper/nomic1-root";
fsType = "btrfs";