From 9d1e0f645544f93036ffcaeb1f5a204ba25b1bca Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 24 Nov 2023 15:15:50 +0100 Subject: mu: set system.stateVersion --- systems/mu/config.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems') diff --git a/systems/mu/config.nix b/systems/mu/config.nix index dc9ea0f..cb6d0ae 100644 --- a/systems/mu/config.nix +++ b/systems/mu/config.nix @@ -113,6 +113,8 @@ services.xserver.displayManager.autoLogin.enable = true; services.xserver.displayManager.autoLogin.user = "vv"; + system.stateVersion = "23.05"; + users.users.vv = { inherit (config.krebs.users.vv) home uid; isNormalUser = true; -- cgit v1.2.3