add motd
This commit is contained in:
parent
0183d9397a
commit
cd8370ae4d
2 changed files with 7 additions and 0 deletions
6
modules/motd.nix
Normal file
6
modules/motd.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
users.motd = ''
|
||||
Welcome to ${config.networking.hostName}!
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue