Add motd

Julien LepillerWed Nov 18 23:13:10+0100 2020

be622d6

Add motd

modules/config/os.scm

6060
             (openssh-configuration
6161
               (authorized-keys
6262
                 `(("tyreunom" ,(local-file "../../keys/tyreunom.pub"))))))
63+
    (simple-service 'motd-service etc-service-type
64+
      `(("motd" ,(local-file (string-append "motd/" host-name)))))
6365
    (modify-services %base-services
6466
      (rottlog-service-type config =>
6567
        server-rotation-service-config)