add motd
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
hardened-ssh-server.imports = [ ./hardened-ssh-server.nix ];
|
||||
nextcloud.imports = [ ./nextcloud.nix ];
|
||||
|
||||
server.imports = [
|
||||
common.imports = [
|
||||
{
|
||||
users.mutableUsers = lib.mkDefault false;
|
||||
|
||||
6
modules/motd.nix
Normal file
6
modules/motd.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
users.motd = ''
|
||||
Welcome to ${config.networking.hostName}!
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user