unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Setting link file permission in home-files-service-type
@ 2023-03-20  0:55 c4droid
  2023-03-20  1:15 ` Felix Lechner via
  2023-03-21 14:15 ` Gary Johnson
  0 siblings, 2 replies; 4+ messages in thread
From: c4droid @ 2023-03-20  0:55 UTC (permalink / raw)
  To: help-guix

Hi, Guix!

I'm changing my mailing workflow from fetchmail + procmail + msmtp +
mutt to fdm + msmtp + mutt, configuration file is already prepared, the
fdm and msmtp configuration file need 600 permission, guix home
home-files-service-type give 644 default, have workaround for when
symlinking change permission for target file.

My home.scm configuration cut:
``` scheme
(home-environment
 (services
  (list
   (service home-files-service-type
            `((".fdm.conf" ,(local-file "dotfiles/fdm.conf"))
              (".msmtprc" ,(local-file "dotfiles/msmtprc")))))))
```


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-21 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  0:55 Setting link file permission in home-files-service-type c4droid
2023-03-20  1:15 ` Felix Lechner via
2023-03-20  2:20   ` c4droid
2023-03-21 14:15 ` Gary Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).