summaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-11-24 15:15:50 +0100
committertv <tv@krebsco.de>2023-11-24 15:15:50 +0100
commit9d1e0f645544f93036ffcaeb1f5a204ba25b1bca (patch)
treeb5942951699b24c0cc9d195b8e58c05bf1818b0f /systems
parent16dec9b4382596f3979e4a23fc378484b18fad67 (diff)
mu: set system.stateVersion
Diffstat (limited to 'systems')
-rw-r--r--systems/mu/config.nix2
1 files changed, 2 insertions, 0 deletions
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;