summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-12-21 12:34:57 +0100
committermakefu <github@syntax-fehler.de>2016-12-21 12:34:57 +0100
commit933ba962019300c0cd590956ad96cc0fe862fe21 (patch)
tree31248468f973c58b87ad1d604a288159641bce30 /tv/1systems
parentc7f2a0d7d99c8e7aa0145fc033ddab1678a103d9 (diff)
parentdeaef40bdfb1da44c7daf59d2a4b833cb7581730 (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/nomic.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix
index 7d6a1d682..5469fffd5 100644
--- a/tv/1systems/nomic.nix
+++ b/tv/1systems/nomic.nix
@@ -7,7 +7,7 @@ with import <stockholm/lib>;
imports = [
../.
- ../2configs/hw/AO753.nix
+ ../2configs/hw/x220.nix
../2configs/exim-retiolum.nix
../2configs/git.nix
../2configs/im.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";