From 0e666ac83311303034115572a87c618eaf4aeb92 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 16 Oct 2019 00:34:13 +1000 Subject: [PATCH] Upgraded to 19.09 --- Networks/raspberry_pi_rack.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Networks/raspberry_pi_rack.nix b/Networks/raspberry_pi_rack.nix index ba7ddff..16d139a 100644 --- a/Networks/raspberry_pi_rack.nix +++ b/Networks/raspberry_pi_rack.nix @@ -29,8 +29,8 @@ # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you # should. - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "19.09"; # Did you read the comment? system.autoUpgrade.enable = true; - system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.03; + system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.09; }; }