find files relatively to source

Julien LepillerWed Jan 29 21:24:38+0100 2020

357a51f

find files relatively to source

modules/config/os.scm

6262
      (login-service-type config =>
6363
        (login-configuration
6464
          (inherit config)
65-
          (motd (local-file (string-append "../../motd/" host-name)))))
65+
          (motd (local-file (string-append "motd/" host-name)))))
6666
      (guix-service-type config =>
6767
        (guix-configuration
6868
          (inherit config)