os/hosts/flora-6
hensoko d5670ac8d2
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'chore: add Mastodon maintenance page' (#259) from chore/mastodon-maintenance into infra
Reviewed-on: #259
Reviewed-by: hensoko <hensoko@gssws.de>
2023-10-27 23:12:47 +02:00
..
caddy.nix Merge pull request 'chore: add Mastodon maintenance page' (#259) from chore/mastodon-maintenance into infra 2023-10-27 23:12:47 +02:00
collabora.nix Fix collabora docker container 2023-09-15 12:15:57 +02:00
default.nix Apply treefmt 2023-01-28 23:51:33 +01:00
drone.nix Fix: always pull new docker images 2023-09-15 12:16:23 +02:00
flora-6.nix feat: add collabora 2023-09-13 10:25:23 +02:00
gitea.nix gitea: use renamed options in gitea.settings.server 2023-07-02 17:55:58 +02:00
hardware-configuration.nix Apply treefmt 2023-01-28 23:51:33 +01:00
keycloak.nix keycloak: enable feature declarative-user-profile 2023-07-20 20:10:02 +02:00
mailman.nix mailman: trigger postfix reload when caddy renews 2023-02-25 18:21:53 +01:00
owncast.nix flora-6: init owncast 2023-05-13 16:50:58 +02:00
README.md Add some more docs to flora-6 README 2023-10-08 14:35:47 +02:00
triton-vmtools.nix Apply treefmt 2023-01-28 23:51:33 +01:00

Deploy infra branch to flora-6

Use this command after updating flake inputs to update services on flora-6.

deploy --skip-checks --confirm-timeout 300 --targets '.#flora-6'

An alternative, if deployment always fails and rolls back.

deploy --skip-checks --magic-rollback false --auto-rollback false --targets '.#flora-6'


# SSH access to flora-6
Ensure your SSH public key is in place [here](./users/barkeeper/default.nix) and
was deployed by someone with access.

ssh barkeeper@flora-6.pub.solar


# Mailman on NixOS docs

- add reverse DNS record for IP

Manual setup done for mailman, adapted from https://nixos.wiki/wiki/Mailman:

Add DNS records in infra repo using terraform:

db234cdb5b

Generate initial postfix_domains.db and postfix_lmtp.db databases for Postfix

sudo -u mailman mailman aliases

Create a django superuser account

sudo -u mailman-web mailman-web createsuperuser

Followed outlined steps in web UI