diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 1b3668835..c36fbc4bf 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -74,6 +74,8 @@ with import ; services.xserver.displayManager.autoLogin.enable = true; services.xserver.displayManager.autoLogin.user = "dv"; + system.stateVersion = "22.05"; + users.users.dv = { inherit (config.krebs.users.dv) home uid; isNormalUser = true;