diff options
Diffstat (limited to 'hosts/apocalypse/default.nix')
| -rw-r--r-- | hosts/apocalypse/default.nix | 15 |
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 = { |
