mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
attempt to hide tty getty login
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user