about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-01-08 16:08:39 +0100
committerProfpatsch <mail@profpatsch.de>2018-02-09 01:22:40 +0100
commit8b500cdb96119e17ffb86953a60fbfc7ecc5c9e1 (patch)
tree9408f5ec8940e4a057c40fc98441920b81fb2c53
parentabb434dd927e07bc8e04fbf064273f5a667ff150 (diff)
machines/haku: enable auto upgrade
-rw-r--r--machines/profpatsch/haku.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 756a60b1..5fe3a8f2 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -16,6 +16,12 @@ in
   ];
 
   config = {
+
+    system.autoUpgrade = {
+      enable = true;
+      channel = "https://headcounter.org/hydra/channel/custom/openlab/vuizvui/channels.machines.profpatsch.haku";
+    };
+
     vuizvui.user.profpatsch.server.sshPort = 7001;
 
     boot.loader.grub.device = "/dev/sda";