From 300831b25ca1fa9f2d54bb88e20519a25810ec4d Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 16 Jul 2020 10:59:42 +0200 Subject: [PATCH] vmd32387.contaboserver.net/nixos: set stateVersion --- nix/os/devices/vmd32387.contaboserver.net/system.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nix/os/devices/vmd32387.contaboserver.net/system.nix b/nix/os/devices/vmd32387.contaboserver.net/system.nix index 3cfa21e..2f0f529 100644 --- a/nix/os/devices/vmd32387.contaboserver.net/system.nix +++ b/nix/os/devices/vmd32387.contaboserver.net/system.nix @@ -119,4 +119,12 @@ in { localAddress = "192.168.100.17"; }; }; + + # This value determines the NixOS release from which the default + # settings for stateful data, like file locations and database versions + # on your system were taken. It‘s perfectly fine and recommended to leave + # this value at the release version of the first install of this system. + # Before changing this value read the documentation for this option + # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). + system.stateVersion = "20.03"; # Did you read the comment? }