find files relatively to source
modules/config/os.scm
62 | 62 | (login-service-type config => | |
63 | 63 | (login-configuration | |
64 | 64 | (inherit config) | |
65 | - | (motd (local-file (string-append "../../motd/" host-name))))) | |
65 | + | (motd (local-file (string-append "motd/" host-name))))) | |
66 | 66 | (guix-service-type config => | |
67 | 67 | (guix-configuration | |
68 | 68 | (inherit config) |