June
26132b1526
Use latest version of infrastructure-authorized-keys repo
2024-01-14 21:04:03 +01:00
June
34f5a8b229
Give NixOS template 16G of additional space using new option
...
See here for the PR introducing the option:
https://github.com/NixOS/nixpkgs/pull/238735
2024-01-13 20:17:40 +01:00
June
4ef0a6a02d
Add c3cat.de virtualHost config for forwarding c3cat.de to wiki
2024-01-13 18:21:01 +01:00
June
0b433a2fa7
Set PostgreSQL package to PostgreSQL 15 for netbox host
...
Also remove the upgrade script again.
Bascially do steps 4 and 5 of the following section of the manual:
https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
2023-12-06 01:11:25 +01:00
June
49f7ed8d60
Add and run script for upgrading PostgreSQL of netbox host
...
The script is a modified version of the script shown in the PostgreSQL
Upgrading section of the NixOS manual. Our version is for upgrading
PostgreSQL 14 to 15.
Basically do steps 1-3 of the section.
Link to the section:
https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
2023-12-06 01:06:43 +01:00
June
f9fc034556
Set PostgreSQL package to PostgreSQL 15 for matrix host
...
Also remove the upgrade script again.
Bascially do steps 4 and 5 of the following section of the manual:
https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
2023-12-06 00:52:05 +01:00
June
0944a1749c
Add and run script for upgrading PostgreSQL of matrix host
...
The script is a modified version of the script shown in the PostgreSQL
Upgrading section of the NixOS manual. Our version is for upgrading
PostgreSQL 14 to 15.
Basically do steps 1-3 of the section.
Link to the section:
https://nixos.org/manual/nixos/stable/#module-services-postgres-upgrading
2023-12-06 00:46:47 +01:00
June
87e6735662
Switch to new proxyProtocol option instead of using extraParameters
2023-12-05 18:26:16 +01:00
June
df9b76528d
Switch to pkgs from stable
...
I think we used pkgs from unstable (as pkgs-unstable), because the Go
version in NixOS 23.05 was too old. But now that we're on 23.11, which
has a newer Go version, we can use pkgs from stable.
2023-12-05 17:51:52 +01:00
yuri
b030b10055
Update netbox host to NixOS 23.11 and netbox to v3.6.3
2023-12-01 21:53:58 +01:00
June
25cab7982b
Update spaceapid
...
Also set StateDirectory in the systemd service to persist state.
2023-11-10 21:56:25 +01:00
June
b1b34c54ba
Update spaceapid
2023-11-09 22:15:35 +01:00
June
a8379c3cf2
Update spaceapid
2023-11-09 19:59:08 +01:00
June
c2e46406e1
Introduce spaceapid running at spaceapi.hamburg.ccc.de
2023-11-05 00:07:19 +01:00
yuri
26a1fe0e84
Add esphome host
2023-11-04 22:20:49 +01:00
June
5803c6ddc6
Configure Audio-Hauptraum-Tafel
2023-11-04 20:49:02 +01:00
June
ed4b43ebfd
Rename Audio to Audio Hauptraum Küche
2023-11-02 23:26:55 +01:00
June
c9310374af
Move audio configuration into a service module
...
- Move audio configuration into a service module to make it easily
usable by multiple hosts.
- Allow configuration of AirPlay 2 name.
- Don't set MQTT topic of Shairport-Sync (AirPlay 2) explictly. Defaults
to hostname now.
- Don't set sound.enable anymore, since its not needed.
2023-11-02 21:57:08 +01:00
June
e2cd652cb6
Also set Restart to on-failure for nqptp service for good measure
2023-10-26 21:30:21 +02:00
June
616f65c6ca
Set Restart to on-failure for shairport-sync service
...
Do that, since it recently crashed for some reason and just restarting
should probably work pretty well.
2023-10-26 21:08:57 +02:00
June
b0995784fc
Add next.hamburg.ccc.de virtualHost config for hosting the new website
...
In the future next.hamburg.ccc.de might also be used for hosting website
builds of branches or MRs.
2023-10-25 02:17:21 +02:00
June
ae11e1f3da
Move PipeWire configuration into own file
...
Also add link to documentation.
2023-10-16 22:52:35 +02:00
June
28cd59c957
Add Spotify Connect receiver using librespot
2023-10-16 22:29:09 +02:00
June
abce3dee7a
Use Pipewire and switch to Pipewire audio backend
2023-10-16 16:59:14 +02:00
June
c72b30aa6a
Make AirPlay 2 work for Shairport Sync on Audio host
...
- use nqptp
- use Shairport Sync and nqptp versions, which work
- disable IPv6, since Shairport Sync doesn't work with it for some
reason
- configure firewall for AirPlay 2
- use correct subnet
2023-10-15 21:44:25 +02:00
June
534db2a68f
Configure IPv6 (and static IPs) for audio host
2023-10-09 23:49:41 +02:00
yuri
3ee198bc10
Change Content-Security-Policy "frame-ancestors" to "self"
...
This allows for downloading files as the download button
spawns an iframe when clicking it.
2023-10-07 05:43:18 +02:00
June
c3a9e56437
Fix synapse systemd service by allowing access to the media store
2023-10-07 05:38:47 +02:00
June
ddcf4eff0d
Introduce branding-resources site and brand Element welcome/auth page
2023-10-07 05:17:53 +02:00
yuri
02411bb800
Configure public-web-static host for Element Web hosting
...
Co-authored-by: julian <julian@jsts.xyz>
2023-10-07 04:29:08 +02:00
yuri
3053eb9b2f
Proxy to IPv4 local address
...
Only proxy to the local host on IPv4, because localhost doesn't seem to work
even if matrix-synapse is listening on ::1 as well.
2023-10-07 03:30:24 +02:00
June
95ac75c355
Add configuration for Chaosknoten NixOS Proxmox image
2023-10-07 03:13:22 +02:00
yuri
58d529d0ba
Configure Matrix host
...
Co-authored-by: julian <julian@jsts.xyz>
2023-10-06 05:33:28 +02:00
June
01a6d189f2
Migrate NetBox to Chaosknoten and hamburg.ccc.de domain
2023-09-21 19:09:28 +02:00
June
2e3e8c7031
Configure NetBox
2023-09-14 23:52:20 +02:00
June
e0c7180ecf
Add common acme configuration for upcoming use of acme
2023-09-14 23:51:40 +02:00
June
b680cbbd0b
Actually import common nginx configuration
2023-09-14 23:50:46 +02:00
June
cd13c189b1
Configure Public-Reverse-Proxy
2023-09-14 22:12:38 +02:00
June
30b4139d23
Add common nginx configuration for upcoming nginx hosts
2023-09-14 21:43:20 +02:00
June
1803025193
Introduce colmena-deploy user
2023-09-14 20:19:49 +02:00
June
bd1d59e8b4
Give the Proxmox VM template a nicer name
2023-09-14 20:14:35 +02:00
June
c427ff934a
Switch from BIOS and GRUB to UEFI and systemd-boot for Proxmox VMs
2023-09-14 20:12:09 +02:00
June
5bfa655d3e
Add config for fstrim
2023-09-14 20:09:51 +02:00
June
79def99252
Enable Shairport Sync metadata and MQTT support
2023-09-11 23:20:41 +02:00
yuri
c1dd3f6011
Remove super verbose output parameter
2023-09-11 23:20:41 +02:00
yuri
096f2ffa91
Introduce colmena config and add shairport-sync host
2023-09-11 23:20:41 +02:00
yuri
10702979f1
Add nix configuration
...
Make wheel group trusted users in preparation for colmena.
2023-09-11 23:20:41 +02:00
June
4193e65a04
Initial commit. Add configuration for NixOS Proxmox image
2023-09-11 23:20:34 +02:00