From bf4438e815cb40a1d808510bbe378ac9010574fb Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jul 2020 22:54:37 +0200 Subject: ma tsp.r: add home-manager source --- makefu/1systems/tsp/source.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'makefu/1systems/tsp') diff --git a/makefu/1systems/tsp/source.nix b/makefu/1systems/tsp/source.nix index 9abf503e2..afb05e296 100644 --- a/makefu/1systems/tsp/source.nix +++ b/makefu/1systems/tsp/source.nix @@ -2,4 +2,5 @@ name="tsp"; full = true; hw = true; + home-manager = true; } -- cgit v1.3.1 From 52d85f456bb4e320e860eb39c13ed8515b29287a Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jul 2020 23:09:49 +0200 Subject: ma tsp.r,wbob.r,sdev.r: include home-manager --- makefu/1systems/sdev/config.nix | 1 + makefu/1systems/tsp/config.nix | 1 + makefu/1systems/wbob/config.nix | 1 + 3 files changed, 3 insertions(+) (limited to 'makefu/1systems/tsp') diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 66f822c02..e3c59e181 100644 --- a/makefu/1systems/sdev/config.nix +++ b/makefu/1systems/sdev/config.nix @@ -5,6 +5,7 @@ imports = [ # Include the results of the hardware scan. + # # broken since 2019-04-18 { # until virtualbox-image is fixed diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix index bbfaebd44..7c65737f7 100644 --- a/makefu/1systems/tsp/config.nix +++ b/makefu/1systems/tsp/config.nix @@ -7,6 +7,7 @@ imports = [ # Include the results of the hardware scan. + # diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index d8cf380e7..9d0c7af61 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -9,6 +9,7 @@ in { imports = [ # Include the results of the hardware scan. + -- cgit v1.3.1