From b52b2bdcda1e6c8468eb70c1c225b3a480089c9d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Mar 2023 15:23:20 -0300 Subject: etc/guix/system.scm: Rename /var/lib/{andreh => private}/ --- etc/guix/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/guix/system.scm') 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 -- cgit v1.2.3