From 3479c83b4b3240c2c74b061ab9098c1d509141a1 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jul 2020 22:31:40 +0200 Subject: ma: fix build errors - rip google-muell - sdev.r: deploy home-manager --- makefu/1systems/sdev/source.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefu/1systems/sdev') diff --git a/makefu/1systems/sdev/source.nix b/makefu/1systems/sdev/source.nix index 2e085740..d6c3d203 100644 --- a/makefu/1systems/sdev/source.nix +++ b/makefu/1systems/sdev/source.nix @@ -1,3 +1,7 @@ { name="sdev"; + home-manager = true; + hw = true; + mic92 = true; + unstable = true; } -- cgit v1.2.3 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 + 1 file changed, 1 insertion(+) (limited to 'makefu/1systems/sdev') diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix index 66f822c0..e3c59e18 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 -- cgit v1.2.3