summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-14 22:31:40 +0200
committermakefu <github@syntax-fehler.de>2020-07-14 22:34:12 +0200
commit3479c83b4b3240c2c74b061ab9098c1d509141a1 (patch)
tree9f618241ec81d8563f3ebaa39213a49fc8884693
parentef4572145301e3daba853a1b67c963472fbb828c (diff)
ma: fix build errors
- rip google-muell - sdev.r: deploy home-manager
-rw-r--r--makefu/1systems/cake/config.nix2
-rw-r--r--makefu/1systems/omo/config.nix2
-rw-r--r--makefu/1systems/sdev/source.nix4
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 {
<stockholm/makefu/2configs/binary-cache/nixos.nix>
#<stockholm/makefu/2configs/support-nixos.nix>
<stockholm/makefu/2configs/homeautomation/default.nix>
- <stockholm/makefu/2configs/homeautomation/google-muell.nix>
+ # <stockholm/makefu/2configs/homeautomation/google-muell.nix>
# configure your hw:
# <stockholm/makefu/2configs/save-diskspace.nix>
];
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 {
# <stockholm/makefu/2configs/syncthing.nix>
<stockholm/makefu/2configs/remote-build/slave.nix>
# TODO:
- # <stockholm/makefu/2configs/deployment/google-muell.nix>
<stockholm/makefu/2configs/virtualisation/docker.nix>
<stockholm/makefu/2configs/bluetooth-mpd.nix>
<stockholm/makefu/2configs/ham>
- <stockholm/makefu/2configs/ham/google-muell.nix>
<stockholm/makefu/2configs/ham/zigbee2mqtt>
{
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;
}