diff --git a/hosts/eva-02/configuration.nix b/hosts/eva-02/configuration.nix index fd0502d..7cbcd3b 100644 --- a/hosts/eva-02/configuration.nix +++ b/hosts/eva-02/configuration.nix @@ -187,6 +187,6 @@ # 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 = "6"; + system.stateVersion = 6; }