File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ;
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments