updated
This commit is contained in:
parent
c7b8be2af2
commit
4c1853af12
2 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use by running `nix develop`
|
# Use by running `nix develop`
|
||||||
devShell.${system} = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
VAULT_ADDR = "http://vault.olympus:8200/";
|
VAULT_ADDR = "http://vault.olympus:8200/";
|
||||||
# This only support bash so just execute zsh in bash as a workaround :/
|
# This only support bash so just execute zsh in bash as a workaround :/
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
hostname = "plausible";
|
hostname = "plausible";
|
||||||
ip = "10.42.42.18";
|
ip = "10.42.42.18";
|
||||||
mac = "82:34:70:FA:44:6F";
|
mac = "82:34:70:FA:44:6F";
|
||||||
|
nix = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
hostname = "victoriametrics";
|
hostname = "victoriametrics";
|
||||||
|
|
Loading…
Add table
Reference in a new issue