diff options
-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; }; |