1
0

Compare commits

..

No commits in common. "2fd7a4c5aa288715ca5523d86d615b44a4ae5343" and "c9bf0c7d1a67027bbb0aec1cb60f0d8d9b4e5d2b" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View File

@ -54,7 +54,7 @@
bindAddress = "127.0.0.1";
secretKeyFile = "/var/src/secrets/nix-serve/secret-key.key";
# Workaround https://github.com/NixOS/nix/issues/7704#issuecomment-1409480909
package = pkgs.nix-serve-ng.override {
package = pkgs.nix-serve.override {
nix = pkgs.nixVersions.nix_2_12;
};
};
@ -80,7 +80,7 @@
'';
};
locations."/" = {
proxyPass = "http://127.0.0.1:5005";
proxyPass = "http://localhost:5005";
};
};
};

View File

@ -13,15 +13,6 @@ let
nixos = false;
};
};
"mercury".config = {
networking.hostName = "mercury";
clerie.monitoring = {
enable = true;
id = "401";
pubkey = "jrwc4gMZh/Ss1MEXWkLhXcAp4Z++Xnl4noYIZnCfWQg=";
nixos = false;
};
};
};
monitoringHosts = filterAttrs (name: host: