From b9362fd6782fa722f63495db5461e84431e2e06c Mon Sep 17 00:00:00 2001 From: polwex Date: Sat, 7 Sep 2024 20:26:15 +0700 Subject: m --- hosts/cloud/bkk/configuration.nix | 2 ++ hosts/cloud/bkk/jmap.nix | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'hosts/cloud/bkk') diff --git a/hosts/cloud/bkk/configuration.nix b/hosts/cloud/bkk/configuration.nix index 9ddc4ad..16281d9 100644 --- a/hosts/cloud/bkk/configuration.nix +++ b/hosts/cloud/bkk/configuration.nix @@ -40,6 +40,8 @@ git lsd ncdu + btop + lsof ]; users.users.y.openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+qXhCHNrSZmy4HEXaFn6xAp1w2GzQBMOfVdbR3E81Q cloudboxes"]; } diff --git a/hosts/cloud/bkk/jmap.nix b/hosts/cloud/bkk/jmap.nix index 7663926..ec28999 100644 --- a/hosts/cloud/bkk/jmap.nix +++ b/hosts/cloud/bkk/jmap.nix @@ -2,10 +2,19 @@ config, pkgs, ... -}: let -domain = "yago.onl"; +}: let + domain = "mail.urbit.men"; in { services.stalwart-mail = { - enable = true; + enable = true; + settings = { + server = { + hostname = domain; + run-as = { + user = "y"; + group = "users"; + }; + }; + }; }; } -- cgit v1.2.3