diff options
author | sinanmohd <sinan@firemail.cc> | 2023-06-27 19:22:29 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-06-27 19:22:29 +0530 |
commit | 7b66cb2f7135753ca8519151b64f3c2f8fb0171a (patch) | |
tree | ccf8a75b583f6b71b0c808cb58f063cd3170b8b9 | |
parent | dc76a843a8e6b5254bef2bd76dc9c7db4d81f810 (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; [ |