From a65e4878a2556ac84d19781ae5bfc73397e77561 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 21 Dec 2024 11:54:40 +0100 Subject: hamac: enable autologin --- nixos/hamac-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hamac-configuration.nix b/nixos/hamac-configuration.nix index a599fe4..1ddd371 100644 --- a/nixos/hamac-configuration.nix +++ b/nixos/hamac-configuration.nix @@ -46,6 +46,11 @@ packages = with pkgs; []; }; + services.getty = { + autologinUser = "martin"; + autologinOnce = true; # only in the first tty once per boot + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ -- cgit v1.2.3