Skip to content

Commit c351a58

Browse files
committed
disable landscape.nix-community temporarily
1 parent 72f1d4e commit c351a58

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/common/update.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/NixOS/nixpkgs/blob/3428bdf3c93a7608615dddd44dec50c3df89b4be/nixos/modules/system/boot/kexec.nix
66
# https://github.com/NixOS/nixpkgs/blob/3428bdf3c93a7608615dddd44dec50c3df89b4be/nixos/modules/tasks/auto-upgrade.nix
77
systemd.services.update-host = {
8-
enable = true;
8+
enable = false;
99
restartIfChanged = false;
1010
unitConfig.X-StopOnRemoval = false;
1111
serviceConfig.Restart = "on-failure";

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)