diff options
| author | Soispha <soispha@vhack.eu> | 2023-08-30 15:23:14 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-08-30 15:23:14 +0200 |
| commit | 63bb142f4a38cda825448c9745b02ff443115aa0 (patch) | |
| tree | 23897cc75df52d8a82b575ea20a081b747b4e881 | |
| parent | Feat(hm/conf/nvim/plgs/flatten-nvim): Init (diff) | |
| download | nixos-config-63bb142f4a38cda825448c9745b02ff443115aa0.zip | |
Fix(sys/srvs/getty): Remove autologin, as it actually logs the user in
| -rw-r--r-- | sys/svcs/getty/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/svcs/getty/default.nix b/sys/svcs/getty/default.nix index aefdb1b4..7e8a4e46 100644 --- a/sys/svcs/getty/default.nix +++ b/sys/svcs/getty/default.nix @@ -37,6 +37,5 @@ [46C [34m[1m tty: [0m\l [22B ''; - autologinUser = "soispha"; }; } |
