summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-03-05 23:09:19 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-03-05 23:10:06 +0100
commite24ce7987328000c6b3da2e4f51b8392b00a9e73 (patch)
treeb42504c7af41aa546e804b5459c05719c24d5bdc /hosts
parent3d074dc5605738c9df45437cff3737186cdd030a (diff)
Feat/mutliple email domains (#5)
* Add additional domain support * Configure omega-relay to use wilkuu.nl * Fix oopsies
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/default.nix2
-rw-r--r--hosts/omega-relay/default.nix7
2 files changed, 7 insertions, 2 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix
index 2753e61..0977258 100644
--- a/hosts/apocalypse/default.nix
+++ b/hosts/apocalypse/default.nix
@@ -14,7 +14,7 @@
};
services.logind.settings.Login = {
- HandleLidSwitch = "ignore";
+ HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "lock";
HandleLidSwitchDocked = "ignore";
};
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix
index 4a52dda..17d004f 100644
--- a/hosts/omega-relay/default.nix
+++ b/hosts/omega-relay/default.nix
@@ -45,6 +45,11 @@
stalwart = {
enable = true;
domain = if isVM then "mail.omega-relay.local" else "mail.wilkuu.xyz";
+ wellKnownDomains = [
+ "wilkuu.xyz"
+ "wilkuu.nl"
+ ];
+ additionalDomains = [ "mail.wilkuu.nl" ];
doACME = !isVM;
};
continuwuity = {
@@ -93,7 +98,7 @@
maxretry = 5;
ignoreIP = [
"192.168.80.0/24"
- "192.168.80.0/24"
+ "192.168.88.0/24"
];
bantime = "24h";
bantime-increment = {