diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-06-27 19:22:29 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-06-27 19:22:29 +0530 |
commit | aad190aa14b0f80e400fcd9630b02601cf133a12 (patch) | |
tree | ccf8a75b583f6b71b0c808cb58f063cd3170b8b9 | |
parent | ed41235dc6a82de27473e79a33864ccc75e3f700 (diff) |
fde: automatic getty login
-rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index a813434..715d0ae 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,6 +34,7 @@ neofetch ]; }; + services.getty.autologinUser = "sinan"; # system environment.systemPackages = with pkgs; [ |