summaryrefslogtreecommitdiffstats
path: root/tv/1systems/nomic.nix
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
commit162cc291920ad184c812c7f04a216799f002ca48 (patch)
tree689d88fe2edf49b02f7d23a24c5a426449f7daf0 /tv/1systems/nomic.nix
parent426a63efa6783bb50ffdf526252d62e7a517faa1 (diff)
nomic: keep using grub
Diffstat (limited to 'tv/1systems/nomic.nix')
-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 fe1e1d6..5469fff 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";