add getty configuration
This commit is contained in:
parent
881c0009b4
commit
ca91a98db4
2 changed files with 4 additions and 0 deletions
|
|
@ -18,5 +18,6 @@
|
|||
./sound.nix
|
||||
./users.nix
|
||||
./wake-on-lan.nix
|
||||
./getty.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
3
modules/getty.nix
Normal file
3
modules/getty.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.getty.greetingLine = "hello";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue