From 32c59103f5315fb6160b1dd38df2c27647aaffdd Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 1 Dec 2016 21:58:43 +0100 Subject: tv nixpkgs: 728a957 -> e360c72 --- tv/2configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 8852100e..bd3633b1 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -14,7 +14,7 @@ with import ; stockholm.file = "/home/tv/stockholm"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "728a9578e31a0f78f6ad07a3a2ec706ec5290f10"; + ref = "e360c7205f84be180d80b97f3980fb809a951486"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; -- cgit v1.2.3 From 2c7f303c9779b397085855e41623ba262a15f36b Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 3 Dec 2016 02:39:04 +0100 Subject: nomic: AO753 -> x220 --- tv/1systems/nomic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index 7d6a1d68..fe1e1d68 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -7,7 +7,7 @@ with import ; imports = [ ../. - ../2configs/hw/AO753.nix + ../2configs/hw/x220.nix ../2configs/exim-retiolum.nix ../2configs/git.nix ../2configs/im.nix -- cgit v1.2.3 From 8d18b86a014b06e3dd2b5d9dbea6dd78cbe056c4 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 3 Dec 2016 04:05:17 +0100 Subject: nomic: keep using grub --- tv/1systems/nomic.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tv') diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index fe1e1d68..5469fffd 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -25,6 +25,16 @@ with import ; ]; }; + # 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"; -- cgit v1.2.3 From 8661ad89a6ebbee0b3aac34db0aca6fe9d173f2e Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 16 Dec 2016 17:09:37 +0100 Subject: tv nixpkgs: e360c72 -> 81428dd --- tv/2configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv') diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index bd3633b1..ea97b195 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -14,7 +14,7 @@ with import ; stockholm.file = "/home/tv/stockholm"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "e360c7205f84be180d80b97f3980fb809a951486"; + ref = "81428dd022c26764e9066d381ece90b1e88bd0d2"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; -- cgit v1.2.3