Skip to content

Commit

Permalink
morak: decommission sumnerevans.com matrix server
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed May 17, 2023
1 parent d4b60a3 commit 6f79347
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,914 deletions.
19 changes: 0 additions & 19 deletions host-configurations/morak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
fileSystems = {
"/" = { device = "/dev/disk/by-uuid/78831675-9f80-462b-b9fc-75a0efa368e5"; fsType = "ext4"; };
"/mnt/syncthing-data" = { device = "/dev/disk/by-uuid/930c8bdb-7b71-4bdf-b478-6e85218cad37"; fsType = "ext4"; };
"/mnt/postgresql-data" = { device = "/dev/disk/by-uuid/3d8eb9ca-e8ea-4231-b2a6-4fc5367ccb8a"; fsType = "ext4"; };
"/mnt/syncthing-pictures-tmp" = { device = "/dev/disk/by-uuid/bfc8d39f-31e0-4261-9447-91bc7e39bb2f"; fsType = "ext4"; };
};

Expand Down Expand Up @@ -122,11 +121,6 @@
# Mumble
services.murmur.enable = true;

# PosgreSQL
services.postgresql.enable = true;
services.postgresql.dataDir = "/mnt/postgresql-data/${config.services.postgresql.package.psqlSchema}";
services.postgresqlBackup.enable = true;

# Restic backup
services.backup.healthcheckId = "6c9caf62-4f7b-4ef7-82ac-d858d3bcbcb5";
services.backup.healthcheckPruneId = "f90ed04a-2596-49d0-a89d-764780a27fc6";
Expand All @@ -135,17 +129,4 @@
services.backup.backups.syncthing-pictures-tmp-data = {
path = "/mnt/syncthing-pictures-tmp";
};

# Synapse
services.matrix-synapse-custom.enable = true;
services.matrix-synapse-custom.registrationSharedSecretFile = ../secrets/matrix/registration-shared-secret/morak;
services.matrix-synapse-custom.extraConfig = {
database.allow_unsafe_locale = true;
};
services.cleanup-synapse.environmentFile = "/etc/nixos/secrets/matrix/cleanup-synapse/morak";
services.matrix-vacation-responder = {
enable = true;
username = "@sumner:sumnerevans.com";
homeserver = "https://matrix.sumnerevans.com";
};
}
1 change: 0 additions & 1 deletion modules/services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
imports = [
./gui
./matrix

./acme.nix
./airsonic.nix
Expand Down
85 changes: 0 additions & 85 deletions modules/services/matrix/coturn.nix

This file was deleted.

12 changes: 0 additions & 12 deletions modules/services/matrix/default.nix

This file was deleted.

240 changes: 0 additions & 240 deletions modules/services/matrix/linkedin-matrix.nix

This file was deleted.

Loading

0 comments on commit 6f79347

Please sign in to comment.