add getty configuration

This commit is contained in:
Osman Faruk Bayram 2025-06-30 18:46:51 +03:00
parent 881c0009b4
commit ca91a98db4
2 changed files with 4 additions and 0 deletions

View file

@ -18,5 +18,6 @@
./sound.nix
./users.nix
./wake-on-lan.nix
./getty.nix
];
}

3
modules/getty.nix Normal file
View file

@ -0,0 +1,3 @@
{
services.getty.greetingLine = "hello";
}