about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-06-07 19:32:00 +0200
committerProfpatsch <mail@profpatsch.de>2021-06-07 19:32:00 +0200
commitf5bb46759d8432ab9a2bd5276187ea87f1b3d22b (patch)
treec8639562fc503e4380262bc1ca26aba64d5d3281
parent548796816c763aee3c003e64b2edc31838f93fb5 (diff)
machines/haku: disable autoUpgrade
The service hasn’t been working in a while, since I deploy manually.
No security updates for baba.
-rw-r--r--machines/profpatsch/haku.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index f4a28604..901e3813 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -64,11 +64,6 @@ in
       ''}"
     ];
 
-    system.autoUpgrade = {
-      enable = true;
-      channel = "https://headcounter.org/hydra/channel/custom/openlab/vuizvui/channels.machines.profpatsch.haku";
-    };
-
     vuizvui.user.profpatsch.server.sshPort = sshPort;
 
     boot.loader.grub.device = "/dev/sda";