From 8b500cdb96119e17ffb86953a60fbfc7ecc5c9e1 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 8 Jan 2018 16:08:39 +0100 Subject: machines/haku: enable auto upgrade --- machines/profpatsch/haku.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- cgit 1.4.1