Skip to content

Commit

Permalink
kessel: decommission (it's on nevarro infra now)
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 14, 2023
1 parent 6bcf3e8 commit d4b60a3
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 890 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
host:
- kessel.nevarro.space
- morak.sumnerevans.com

steps:
Expand All @@ -35,7 +34,6 @@ jobs:
fail-fast: false
matrix:
host:
- kessel.nevarro.space
- morak.sumnerevans.com

steps:
Expand All @@ -57,7 +55,6 @@ jobs:
fail-fast: false
matrix:
host:
- kessel.nevarro.space
- morak.sumnerevans.com

steps:
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ https://github.com/sumnerevans/home-manager-config/
- [vaultwarden](https://github.com/dani-garcia/vaultwarden)
- [Xandikos](https://www.xandikos.org/)

- **kessel**: Hetzner Cloud VPS (CCX12, primary Synapse infrastructure)

- nevarro.space website
- [quotesfilebot](https://gitlab.com/jrrobel/quotes-file-bot)
- [standupbot](https://gitlab.com/beeper/standupbot)
- [Synapse](https://github.com/matrix-org/synapse) (nevarro.space)
- [Heisenbridge](https://github.com/hifi/heisenbridge)
- [LinkedIn Matrix](https://gitlab.com/beeper/linkedin)

## Installation Instructions

```
Expand Down
131 changes: 0 additions & 131 deletions host-configurations/kessel.nix

This file was deleted.

2 changes: 1 addition & 1 deletion modules/hardware/bootloader.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bootloaderCfg = config.boot.loader;
in
{
boot.tmp.cleanOnBoot = true;
# boot.tmp.cleanOnBoot = true;
boot.loader.grub.devices = [ "/dev/sda" ];

boot.loader.grub.configurationLimit = 25;
Expand Down
3 changes: 0 additions & 3 deletions modules/services/matrix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
imports = [
./coturn.nix
./linkedin-matrix.nix
./matrix-chessbot.nix
./matrix-vacation-responder.nix
./maubot.nix
./mautrix-discord.nix
./mautrix-slack.nix
./mjolnir.nix
./quotesfilebot.nix
./standupbot.nix
./synapse
];
}
64 changes: 0 additions & 64 deletions modules/services/matrix/matrix-chessbot.nix

This file was deleted.

30 changes: 0 additions & 30 deletions modules/services/matrix/mjolnir.nix

This file was deleted.

60 changes: 0 additions & 60 deletions modules/services/matrix/standupbot.nix

This file was deleted.

2 changes: 1 addition & 1 deletion notes/transition-nevarro-kessel.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Stop all matrix services:

```
systemctl stop mjolnir pantalaimon-mjolnir quotesfilebot standupbot matrix-synapse.target heisenbridge linkedin-matrix
systemctl stop mjolnir pantalaimon-mjolnir quotesfilebot standupbot matrix-synapse.target heisenbridge linkedin-matrix mautrix-discord mautrix-slack
```

Run the postgres backup service:
Expand Down
24 changes: 0 additions & 24 deletions pkgs/matrix-chessbot/default.nix

This file was deleted.

Loading

0 comments on commit d4b60a3

Please sign in to comment.