attempt to hide tty getty login

This commit is contained in:
Hadi
2025-03-13 13:52:54 +01:00
parent 967879b3f4
commit 545c66ebc3

View File

@@ -24,6 +24,12 @@ in {
}; };
}; };
services.getty = {
autologinUser = null;
helpLine = lib.mkForce "";
};
systemd.services."getty@tty1".enable = false;
environment.systemPackages = [ sddm-astronaut ]; environment.systemPackages = [ sddm-astronaut ];
# To prevent getting stuck at shutdown # To prevent getting stuck at shutdown