diff options
author | makefu <github@syntax-fehler.de> | 2018-09-03 00:37:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-03 00:37:13 +0200 |
commit | 481376c1509661cbf1bdb17b9887b3a4f0487b6f (patch) | |
tree | b2c85b7684eb69e16a2d5170b1700a204baa7831 /krebs/1systems | |
parent | bf1747adb41e7c255f0c863b38cf446a70dcccab (diff) |
wolf.r: add mobile mpd web frontends
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index 6addb0818..914b38051 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -25,6 +25,7 @@ in <stockholm/krebs/2configs/shack/muell_caller.nix> <stockholm/krebs/2configs/shack/radioactive.nix> <stockholm/krebs/2configs/shack/share.nix> + <stockholm/krebs/2configs/shack/mobile.mpd.nix> { systemd.services.telegraf.path = [ pkgs.net_snmp ]; # for snmptranslate systemd.services.telegraf.environment = { @@ -114,7 +115,7 @@ in networking = { firewall.enable = false; firewall.allowedTCPPorts = [ 8088 8086 8083 ]; - interfaces."${ext-if}".ip4 = [{ + interfaces."${ext-if}".ipv4.addresses = [{ address = shack-ip; prefixLength = 20; }]; |