1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

getty: add greeting

This commit is contained in:
2025-12-22 11:27:54 +01:00
parent 7c2e5533db
commit 9f65360713

View File

@@ -161,7 +161,7 @@ in
} }
{ {
services.getty = { services.getty = {
greetingLine = lib.mkForce ""; greetingLine = lib.mkForce "As-salamu alaykum wa rahmatullahi wa barakatuh!";
helpLine = lib.mkForce ""; helpLine = lib.mkForce "";
}; };
} }