1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-25 17:17:44 +00:00

Run fastfetch on servers only once and add banner

This commit is contained in:
RGBCube 2024-01-02 16:39:30 +03:00
parent 079bf8b59d
commit 9660c51872
No known key found for this signature in database

View file

@ -2,6 +2,7 @@
serverSystemConfiguration {
services.openssh = enabled {
banner = "Welcome to RGBCube's server!";
ports = [ 2222 ];
settings = {
KbdInteractiveAuthentication = false;