aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 18:06:13 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 18:06:13 -0300
commit651bb822d2657b8e3cd011f5c70e123fe2450156 (patch)
tree2ce34e5292f642d5d34f05046184a5edd2269745 /src
parentsystem.scm: Use default config of dkimproxyout-service-type (diff)
downloadtoph-651bb822d2657b8e3cd011f5c70e123fe2450156.tar.gz
toph-651bb822d2657b8e3cd011f5c70e123fe2450156.tar.xz
Revert "system.scm: Decrease permission of Postfix queue dir"
This reverts commit a2e771b597c7b1fb6f9e5438002e8250f1fa906c. It breaks Postfix.
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 6afe80d..2544be7 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -800,7 +800,7 @@
"Creating Postfix queue directory: \"~a\".~%" #$queue-directory)
(mkdir-p #$queue-directory)
(chown #$queue-directory (passwd:uid user) (passwd:gid user))
- (chmod #$queue-directory #o750)
+ (chmod #$queue-directory #o755)
(format (current-error-port)
"Creating email spool director: \"/var/mail\".~%")
(mkdir-p "/var/mail")