diff options
author | makefu <github@syntax-fehler.de> | 2020-11-12 10:28:14 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-11-16 21:22:02 +0100 |
commit | 5e6f56889580d4e2924491a7f471d7994b35212f (patch) | |
tree | 1bcf4d164efd15f8fcc50faf9238ba77c8b79067 /krebs/1systems/puyak/config.nix | |
parent | 430dad522cfc6d19329c323e009f47dc0cdc9250 (diff) |
puyak,wolf: add documentation for imports
update share
Diffstat (limited to 'krebs/1systems/puyak/config.nix')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 3357964ef..0cadc3a10 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -27,20 +27,24 @@ # drivedroid.shack for shackphone <stockholm/krebs/2configs/shack/drivedroid.nix> # <stockholm/krebs/2configs/shack/nix-cacher.nix> + # Say if muell will be collected <stockholm/krebs/2configs/shack/muell_caller.nix> - # provide muellshack api + # provide muellshack api: muell.shack <stockholm/krebs/2configs/shack/muellshack.nix> - # provide light control api - <stockholm/krebs/2configs/shack/node-light.nix> - # light.shack web-ui - <stockholm/krebs/2configs/shack/light.shack.nix> # send mail if muell was not handled <stockholm/krebs/2configs/shack/muell_mail.nix> - # send mail if muell was not handled - <stockholm/krebs/2configs/shack/s3-power.nix> + + # provide light control api + <stockholm/krebs/2configs/shack/node-light.nix> # light.shack lounge.light.shack power.light.shack openhab.shack lightapi.shack + # light.shack web-ui + <stockholm/krebs/2configs/shack/light.shack.nix> #light.shack + # powerraw usb serial to mqtt and raw socket - <stockholm/krebs/2configs/shack/powerraw.nix> + <stockholm/krebs/2configs/shack/powerraw.nix> # powerraw.shack standby.shack + # send power stats to s3 + <stockholm/krebs/2configs/shack/s3-power.nix> # powerraw.shack must be available + { # do not log to /var/spool/log services.nginx.appendHttpConfig = '' |