From d1b48fab2e9846f33364b0cc5e2ddcea2dfa1a2a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 8 Nov 2019 19:14:49 -0800 Subject: format the motd --- Com/Simatime/buildOS.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Com/Simatime') diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix index 7a81e4f..bef2432 100644 --- a/Com/Simatime/buildOS.nix +++ b/Com/Simatime/buildOS.nix @@ -38,7 +38,7 @@ let system.autoUpgrade.channel = "https://nixos.org/channels/nixos-19.09"; system.autoUpgrade.dates = "03:00"; system.autoUpgrade.enable = true; - users.motd = "welcome to simatime.com"; + users.motd = "\n\n\twelcome to the simatime network\n\n\n"; users.users = import ./users.nix; users.mutableUsers = false; }; -- cgit v1.2.3