diff options
| -rw-r--r-- | shared/1systems/wolf.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index dc61414fe..180510066 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -22,7 +22,7 @@ in    # local discovery in shackspace    nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; - +  krebs.retiolum.extraConfig = "TCPOnly = yes";    services.grafana = {      enable = true;      addr = "0.0.0.0"; | 
