diff options
author | makefu <github@syntax-fehler.de> | 2018-11-21 08:24:35 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-11-21 08:24:35 +0100 |
commit | c15c3d82bb9055f3af5033c89cfbbbbba975e4a4 (patch) | |
tree | d943b1d9a389bd0bf726be42b2fa673bbe467a20 /makefu/1systems/omo | |
parent | 72467a2e5904f3e66efc65cb92f05dd0bf34c0e2 (diff) |
ma omo.r,wbob.r: allow insecure home-assistant
Diffstat (limited to 'makefu/1systems/omo')
-rw-r--r-- | makefu/1systems/omo/config.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index 9eb8cbf49..260f96081 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -63,9 +63,17 @@ in { } # <stockholm/makefu/2configs/syncthing.nix> <stockholm/makefu/2configs/remote-build/slave.nix> - <stockholm/makefu/2configs/deployment/google-muell.nix> + # TODO: + # <stockholm/makefu/2configs/deployment/google-muell.nix> <stockholm/makefu/2configs/virtualisation/docker.nix> <stockholm/makefu/2configs/bluetooth-mpd.nix> + + { + # Risikoübernahme + nixpkgs.config.permittedInsecurePackages = [ + "homeassistant-0.77.2" + ]; + } <stockholm/makefu/2configs/deployment/homeautomation> { makefu.ps3netsrv = { @@ -97,6 +105,7 @@ in { ]; makefu.full-populate = true; + nixpkgs.config.allowUnfree = true; krebs.rtorrent = (builtins.trace (builtins.toJSON config.services.telegraf.extraConfig)) { downloadDir = lib.mkForce "/media/cryptX/torrent"; extraConfig = '' |