about summary refs log tree commit diff stats
path: root/modules/nixos/vhack/nix-sync/hosts.nix (unfollow)
Commit message (Collapse)Author
8 hoursmodules/taskchampion: Make its data directory owned by taskchampion user HEAD mainBenedikt Peetz
8 hourszones/vhack.eu: Actually set the `sharkey.vhack.eu` subdomainBenedikt Peetz
13 hoursmodules/stalwart-mail: Add recommended proxy settings for stalwarts-proxyBenedikt Peetz
This includes setting things, like setting the `X-Forwarded-For` header.
13 hoursmodules/constants: Also add a user to each group, so that duplicated gids ↵Benedikt Peetz
are avoided
13 hourstests/email-http: Use the factored out DNS serverBenedikt Peetz
13 hourshosts/server2: Use the internal stalwart directoryBenedikt Peetz
13 hourstests/email-http: Test the http self-service availabilityBenedikt Peetz
13 hoursmodules/stalwart-mail: Don't restart the systemd serviceBenedikt Peetz
Restarting might be useful, if stalwart is actually _running_ in prod, but currently the constant restart makes it very difficult to debug (or even stop) the service.
13 hoursmodules/stalwart-mail: Enable the http self-service interfaceBenedikt Peetz
13 hoursmodules/nginx: Set the "acme" group as group of the "acme" userBenedikt Peetz
For some reason, this is not done already. Setting this prevents an assertion being thrown, that the "acme" user does not have a group.
13 hoursmodules/stalwart-mail: Allow both nginx and stalwart-mail access to the certBenedikt Peetz
This is needed for the http challenge (and for the potential to use nginx as a proxy in the future.)
13 hoursmodules/stalwart-mail: Explicitly list out valid password hashesBenedikt Peetz
If a password hash does not match stalwart's know ones, it will just treat it as plaintext. This is obviously very bad, and should be avoided.
13 hoursmodules/stalwart-mail: Make `cfg.principals` nullableBenedikt Peetz
This makes it possible to use the internal storage
13 hoursmodules/stalwart-mail: Use correct group name for `redis-stalwart-mail`Benedikt Peetz
15 hourspkgs/stalwart-mail-free: Update package hash, as it changedBenedikt Peetz
This has to do with the underlying stalwart-mail update.
28 hourshosts/server2: Setup sharkeyBenedikt Peetz