summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-12-03 04:05:17 +0100
committertv <tv@krebsco.de>2016-12-03 04:05:17 +0100
commit8d18b86a014b06e3dd2b5d9dbea6dd78cbe056c4 (patch)
tree5a8f30e50afb012654e873d24dea0b3be2097b4f
parente62dca94080a3475011c18cc2c4323eac2d56aea (diff)
nomic: keep using grub
-rw-r--r--tv/1systems/nomic.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix
index fe1e1d68a..5469fffd5 100644
--- a/tv/1systems/nomic.nix
+++ b/tv/1systems/nomic.nix
@@ -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";