From 7c296b9708e0518f50c2f8c80ccfd4882cdcfc08 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:25:32 +0200 Subject: [PATCH] Set automatic login for dev vm --- nix/dev-vm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/dev-vm.nix b/nix/dev-vm.nix index 6c2d511..2254fa9 100644 --- a/nix/dev-vm.nix +++ b/nix/dev-vm.nix @@ -80,5 +80,7 @@ }; }; + services.getty.autologinUser = "dev"; + system.stateVersion = "24.05"; }