From 4c1853af120ab5c3d674368f8814f74e69a05197 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Mon, 4 Apr 2022 13:46:01 +0200 Subject: [PATCH] updated --- flake.nix | 2 +- hosts.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 839fd546..14efdd66 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; # Use by running `nix develop` - devShell.${system} = pkgs.mkShell { + devShells.${system}.default = pkgs.mkShell { VAULT_ADDR = "http://vault.olympus:8200/"; # This only support bash so just execute zsh in bash as a workaround :/ buildInputs = with pkgs; [ diff --git a/hosts.nix b/hosts.nix index 9e22346e..747d493c 100644 --- a/hosts.nix +++ b/hosts.nix @@ -86,6 +86,7 @@ hostname = "plausible"; ip = "10.42.42.18"; mac = "82:34:70:FA:44:6F"; + nix = false; } { hostname = "victoriametrics";