From 49908f6e7662c6ad0479e53b6176e5e06b78734b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 3 Apr 2020 19:51:15 -0700 Subject: Fix motd --- Com/Simatime/users.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Com/Simatime') 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 = { # -- cgit v1.2.3