diff options
Diffstat (limited to 'nixos/hamac-configuration.nix')
-rw-r--r-- | nixos/hamac-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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; [ |