Upgraded to 19.09
This commit is contained in:
parent
cb12b5f463
commit
0e666ac833
|
@ -29,8 +29,8 @@
|
||||||
# compatible, in order to avoid breaking some software such as database
|
# compatible, in order to avoid breaking some software such as database
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
# should.
|
# 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.enable = true;
|
||||||
system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.03;
|
system.autoUpgrade.channel = https://nixos.org/channels/nixos-19.09;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue