Upgrade montalin system version

This commit is contained in:
Fabian Hauser 2020-07-24 14:39:44 +02:00
parent fe4f6a6353
commit db40577e0c

View file

@ -20,6 +20,6 @@
# 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.09"; # Did you read the comment? system.stateVersion = "20.03"; # Did you read the comment?
} }