Nixos/delft networks: monitor prometheus by default
Graham Christensen committed
Sep 30, 2019 at 22:35 UTC
570bbb351fd3cb25f33a19427647db2c959220be
2 files changed
+5
-1
delft/network.nix
+4
-1
@@ -30,7 +30,10 @@ let
30
31
in {
32
defaults = {
33
- imports = [ ../modules/wireguard.nix ];
33
+ imports = [
34
+ ../modules/wireguard.nix
35
+ ../modules/prometheus
36
+ ];
37
};
38
hydra = { deployment.targetHost = "hydra.ewi.tudelft.nl"; imports = [ ./build-machines-dell-1950.nix ]; };
39
lucifer = { deployment.targetHost = "lucifer.ewi.tudelft.nl"; imports = [ ./lucifer.nix ]; };
nixos-org/network.nix
+1
@@ -144,6 +144,7 @@ in
144
imports =
145
[ ./webserver.nix
146
../modules/hydra-mirror-user.nix
147
+ ../modules/prometheus
148
];
149
150
users.users.hydra-mirror.openssh.authorizedKeys.keys =