summaryrefslogtreecommitdiff
path: root/system-files
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-18 13:41:05 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-18 15:26:52 +0100
commita3b6332725871146e4fcf13e2e739ab13ee8d5ff (patch)
tree9104ac47a4823b9ea74289389ec52fe1b37fb76a /system-files
parent9c3577603bcfabbcad1fdc42d49ce6ed9840bccc (diff)
Transfer Izumi files to a dedicated subfolder
This change is needed to accomodate existence of other configurations in the same repository.
Diffstat (limited to 'system-files')
-rw-r--r--system-files/smtpd.conf24
-rw-r--r--system-files/sudoers3
2 files changed, 0 insertions, 27 deletions
diff --git a/system-files/smtpd.conf b/system-files/smtpd.conf
deleted file mode 100644
index 9fe7503..0000000
--- a/system-files/smtpd.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# The prefix on GUIX is not the default one — it is /etc .
-table aliases file:/etc/aliases
-
-# The mail certificates are issued by Let‘s Encrypt and served by NGINX
-pki marekpasnikowski.pl cert "/etc/letsencrypt/live/marekpasnikowski.pl/fullchain.pem"
-pki marekpasnikowski.pl key "/etc/letsencrypt/live/marekpasnikowski.pl/privkey.pem"
-
-# Listen for local messages.
-listen on lo
-
-# Listen for messages from the internet.
-listen on enp1s0 tls port 25 pki "marekpasnikowski.pl"
-listen on enp1s0 smtps port 465 pki "marekpasnikowski.pl"
-
-# There is no filtering in the design, so the two actions are enough.
-action receive maildir alias <aliases>
-action send relay
-
-# Match incoming messages.
-match from local for local action receive
-match from any for domain "marekpasnikowski.pl" action receive
-
-# Match outgoing messages.
-match for any action send
diff --git a/system-files/sudoers b/system-files/sudoers
deleted file mode 100644
index 6af6e3b..0000000
--- a/system-files/sudoers
+++ /dev/null
@@ -1,3 +0,0 @@
-root ALL=(ALL) ALL
-%wheel ALL=(ALL) ALL
-Defaults passwd_timeout=0