diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 19:14:49 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 19:14:49 -0800 |
commit | d1b48fab2e9846f33364b0cc5e2ddcea2dfa1a2a (patch) | |
tree | d7b9bcf2191d2d646a2406ae520a59b1100940b6 /Com/Simatime/buildOS.nix | |
parent | 4e61e2562eb04efc3eba0d2ff293f57f8b2e6ef9 (diff) |
format the motd
Diffstat (limited to 'Com/Simatime/buildOS.nix')
-rw-r--r-- | Com/Simatime/buildOS.nix | 2 |
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; }; |