summaryrefslogtreecommitdiff
path: root/Com/Simatime
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-08 19:14:49 -0800
committerBen Sima <ben@bsima.me>2019-11-08 19:14:49 -0800
commitd1b48fab2e9846f33364b0cc5e2ddcea2dfa1a2a (patch)
treed7b9bcf2191d2d646a2406ae520a59b1100940b6 /Com/Simatime
parent4e61e2562eb04efc3eba0d2ff293f57f8b2e6ef9 (diff)
format the motd
Diffstat (limited to 'Com/Simatime')
-rw-r--r--Com/Simatime/buildOS.nix2
1 files changed, 1 insertions, 1 deletions
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;
};