nomic: keep using grub
This commit is contained in:
parent
e62dca9408
commit
8d18b86a01
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue