Commit db3882458abc

Vincent Demeester <vincent@sbr.pm>
2019-04-12 19:12:35
Switch to 19.03 by default !
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b953740
Changed files (1)
modules
modules/profiles/nix-auto-update.nix
@@ -23,7 +23,7 @@ in
         type = types.str;
       };
       version = mkOption {
-        default = "18.09";
+        default = "19.03";
         description = "System version (NixOS)";
         type = types.str;
       };