From c8555f603eea363bde2046015187f7e78b4189e6 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 23 May 2018 13:52:25 +0200 Subject: [PATCH] Change system.stateVersion -> system.nixos.stateVersion. --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index dc6c3b8..393c188 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -23,7 +23,7 @@ services.vmwareGuest.enable = true; # The NixOS release to be compatible with for stateful data such as databases. - system.stateVersion = "18.03"; + system.nixos.stateVersion = "18.03"; programs.fish.enable = true; programs.tmux.enable = true;