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/cake/config.nix | 2 +- makefu/1systems/omo/config.nix | 2 -- makefu/1systems/sdev/source.nix | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/makefu/1systems/cake/config.nix b/makefu/1systems/cake/config.nix index eaaac8f41..3befa201d 100644 --- a/makefu/1systems/cake/config.nix +++ b/makefu/1systems/cake/config.nix @@ -10,7 +10,7 @@ in { # - + # # configure your hw: # ]; diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index 423ebb4c6..dd89b4057 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -87,12 +87,10 @@ in { # # TODO: - # - { makefu.ps3netsrv = { diff --git a/makefu/1systems/sdev/source.nix b/makefu/1systems/sdev/source.nix index 2e085740a..d6c3d2031 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