Compare commits
No commits in common. "2fd7a4c5aa288715ca5523d86d615b44a4ae5343" and "c9bf0c7d1a67027bbb0aec1cb60f0d8d9b4e5d2b" have entirely different histories.
2fd7a4c5aa
...
c9bf0c7d1a
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user