diff options
author | Ben Sima <ben@bsima.me> | 2020-04-03 19:51:15 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-03 19:51:15 -0700 |
commit | 49908f6e7662c6ad0479e53b6176e5e06b78734b (patch) | |
tree | 35e588c6c3fc26307bb70cf79137e145e396b589 /Com/Simatime/users.nix | |
parent | 9214692fa60fce959d5fc34dc84c1aa682248222 (diff) |
Fix motd
Diffstat (limited to 'Com/Simatime/users.nix')
-rw-r--r-- | Com/Simatime/users.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Com/Simatime/users.nix b/Com/Simatime/users.nix index ea2ef74..471ddf4 100644 --- a/Com/Simatime/users.nix +++ b/Com/Simatime/users.nix @@ -1,9 +1,9 @@ { config, ... }: { - users.motd = ''' - welcome to the simatime network - ${config.networking.hostName} + users.motd = ''\n + welcome to the simatime network + your host is ${config.networking.hostName} ''; users.mutableUsers = false; users.users = { # |