summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-09-06 13:09:52 +0200
committertv <tv@krebsco.de>2022-09-06 19:20:40 +0200
commit72d6161084c2690c3fe4b59e1e3ca20b9203abf2 (patch)
tree527a9f88e069bf853234230d34d30507f83eb357 /tv
parentcc10a5872875af482f2667a8eef73a55982b29b0 (diff)
tv alnus stateVersion: init at "22.05"
Diffstat (limited to 'tv')
-rw-r--r--tv/1systems/alnus/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index 1b366883..c36fbc4b 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -74,6 +74,8 @@ with import <stockholm/lib>;
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;