Add motd
modules/config/os.scm
60 | 60 | (openssh-configuration | |
61 | 61 | (authorized-keys | |
62 | 62 | `(("tyreunom" ,(local-file "../../keys/tyreunom.pub")))))) | |
63 | + | (simple-service 'motd-service etc-service-type | |
64 | + | `(("motd" ,(local-file (string-append "motd/" host-name))))) | |
63 | 65 | (modify-services %base-services | |
64 | 66 | (rottlog-service-type config => | |
65 | 67 | server-rotation-service-config) |