Skip to content

Commit 6c0be03

Browse files
committed
Revert "disable landscape.nix-community temporarily"
This reverts commit 014d7d5.
1 parent c0222e4 commit 6c0be03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

hosts/build03/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
imports = [
44
./builders.nix
55
./cache-harmonia.nix
6-
#./landscape.nix
6+
./landscape.nix
77
./postgresql.nix
88
inputs.self.nixosModules.buildbot
99
inputs.self.nixosModules.ci-builder
@@ -14,7 +14,7 @@
1414
inputs.self.nixosModules.hydra
1515
inputs.self.nixosModules.nginx
1616
inputs.self.nixosModules.nur-update
17-
#inputs.self.nixosModules.quadlet
17+
inputs.self.nixosModules.quadlet
1818
inputs.self.nixosModules.rfc39
1919
inputs.self.nixosModules.watch-store
2020
inputs.srvos.nixosModules.hardware-hetzner-online-amd

modules/nixos/monitoring/telegraf.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
tags.host = "build03.nix-community.org";
1515
tags.org = "nix-community";
1616
}
17-
#{
18-
# urls = [ "https://landscape.nix-community.org/" ];
19-
# response_string_match = "NixOS Manual";
20-
# tags.host = "build03.nix-community.org";
21-
# tags.org = "nix-community";
22-
#}
17+
{
18+
urls = [ "https://landscape.nix-community.org/" ];
19+
response_string_match = "NixOS Manual";
20+
tags.host = "build03.nix-community.org";
21+
tags.org = "nix-community";
22+
}
2323
{
2424
urls = [ "https://nur-update.nix-community.org/" ];
2525
response_string_match = "NUR update endpoint";

0 commit comments

Comments
 (0)