From 8fe9262b5f56052c8376f601ae1fd0bef9c079e3 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 19 Oct 2016 18:33:42 +0200 Subject: s 2: fix obsolete option --- shared/2configs/default.nix | 4 ++-- shared/2configs/graphite.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'shared') diff --git a/shared/2configs/default.nix b/shared/2configs/default.nix index 31f786d1..f5377db9 100644 --- a/shared/2configs/default.nix +++ b/shared/2configs/default.nix @@ -11,7 +11,7 @@ with config.krebs.lib; nixos-config.symlink = "stockholm/${user.name}/1systems/${host.name}.nix"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "9cb194cfa449c43f63185a25c8d10307aea3b358"; # nixos-16.03 @ 2016-08-05 + ref = "b8ede35d2efa96490857c22c751e75d600bea44f"; # nixos-16.09 @ 2016-10-19 }; secrets.file = if getEnv "dummy_secrets" == "true" @@ -28,7 +28,7 @@ with config.krebs.lib; "http://cache.nixos.org" "http://hydra.nixos.org" ]; - nix.useChroot = true; + nix.useSandbox = true; nixpkgs.config.packageOverrides = pkgs: { nano = pkgs.vim; diff --git a/shared/2configs/graphite.nix b/shared/2configs/graphite.nix index 37c6b09f..bfa2b296 100644 --- a/shared/2configs/graphite.nix +++ b/shared/2configs/graphite.nix @@ -12,7 +12,7 @@ with config.krebs.lib; services.graphite = { web = { enable = true; - host = "0.0.0.0"; + listenAddress = "0.0.0.0"; }; carbon = { enableCache = true; -- cgit v1.2.3