Rename system.nixos.stateVersion to system.stateVersion

This commit is contained in:
Gabriel Ebner 2018-08-07 14:48:28 +02:00
parent e5021d2015
commit adfcd6f7ae
2 changed files with 2 additions and 2 deletions

View File

@ -99,6 +99,6 @@
extraPlugins = [ pkgs.postgis ];
};
system.nixos.stateVersion = "18.03";
system.stateVersion = "18.03";
}

View File

@ -87,6 +87,6 @@
#services.avahi.nssmdns = true;
system.nixos.stateVersion = "18.03";
system.stateVersion = "18.03";
}