baserow: tweak umask for opendkim...

This commit is contained in:
Luke Granger-Brown 2021-12-21 08:22:01 +00:00
parent 1c97d3cd15
commit c7a9d4ef76

View file

@ -208,4 +208,5 @@ in
domains = "csl:baserow.lukegb.com";
selector = "totoro";
};
systemd.services.opendkim.serviceConfig.UMask = lib.mkForce "0007";
}