diff options
author | EuAndreh <eu@euandre.org> | 2023-03-16 15:23:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-16 15:23:20 -0300 |
commit | b52b2bdcda1e6c8468eb70c1c225b3a480089c9d (patch) | |
tree | 4926be1b4e3317b38a21fd63d009eaebb55b5a57 | |
parent | Makefile: Always build tilde (diff) | |
download | dotfiles-b52b2bdcda1e6c8468eb70c1c225b3a480089c9d.tar.gz dotfiles-b52b2bdcda1e6c8468eb70c1c225b3a480089c9d.tar.xz |
etc/guix/system.scm: Rename /var/lib/{andreh => private}/
-rw-r--r-- | etc/guix/system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 7cfddae..9ec8faf 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -163,8 +163,8 @@ Seiko Epson Color Ink Jet Printers.") header_checks = regexp:{ { /^Received:.*/ IGNORE }, { /^X-Originating-IP:.*/ IGNORE } } - sender_dependent_relayhost_maps = hash:/var/lib/andreh/postfix/relayhosts-maps - smtp_sasl_password_maps = hash:/var/lib/andreh/postfix/sasl-password + sender_dependent_relayhost_maps = hash:/var/lib/private/postfix/relayhosts-maps + smtp_sasl_password_maps = hash:/var/lib/private/postfix/sasl-password smtp_sasl_auth_enable = yes smtp_sasl_security_options = noanonymous smtp_tls_security_level = encrypt |