summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.xyz>2026-05-29 21:36:18 +0200
committerJakub Stachurski <jakub@wilkuu.xyz>2026-05-29 21:36:18 +0200
commit85d8f06cec5e0243b3157f3cd4fb0f37997822a3 (patch)
tree8c8f90068b65ad16d71ed7b0d0d257bd50fa1c87 /hosts
parent604b8e1850b19bf5acd2042b138dcd5a17698b65 (diff)
Move over some more references
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apocalypse/default.nix15
1 files changed, 13 insertions, 2 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix
index a6aa964..5bbac60 100644
--- a/hosts/apocalypse/default.nix
+++ b/hosts/apocalypse/default.nix
@@ -5,12 +5,13 @@
./nvidia.nix
./backup.nix
./firewall.nix
+ ../../services/mail2.nix
];
## TODO REMOVE LATER TO PREVENT ELI FROM BUILDING REMOTELY
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
networking.hosts = {
- "127.0.0.1" = [ "omega-relay.local" ];
+ "127.0.0.1" = [ "apocalypse.local" ];
};
services.logind.settings.Login = {
@@ -19,6 +20,16 @@
HandleLidSwitchDocked = "ignore";
};
+ wilkuu.services.test_endpoint.enable = false;
+ wilkuu.services.mail = {
+ enable = true;
+ doACME = false;
+ defaultDomain = "apocalypse.local";
+ domains = [ "apocalypse.local" ];
+ wellKnownDomains = [ ];
+ startupMode = "bootstrap";
+ };
+
## Addons for this system
addons = {
desktop.hyprland.enable = false;
@@ -32,7 +43,7 @@
vpn.mullvad.enable = true;
vpn.eduvpn.enable = true;
- vpn.fortissl.enable = true;
+ vpn.fortissl.enable = true;
gpg.enable = true;
remote_builder = {