Bruno BELANYI
044ad20349
WIP: add notes for missing persistence/backup
...
TODO:
* Do home-manager
* Look at for more inspiration github.com:nix-community/impermanence/pull/108
* Common files github.com:nix-community/impermanence/issues/10
* Useful config: github.com:chayleaf/dotfiles/blob/f77271b249e0c08368573c22a5c34f0737d3a766/system/modules/impermanence.nix
2024-11-28 22:05:27 +00:00
Bruno BELANYI
0a251fa775
nixos: services: vikunja: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
bc8758dd95
nixos: services: transmission: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
cc42b3f3d8
nixos: services: tandoor-recipes: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
feccb7ba2b
nixos: services: sabnzbd: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
93729ccfa7
nixos: services: rss-bridge: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
e77e65201c
nixos: services: quassel: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
e55308b596
nixos: services: pyload: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
07737b5076
nixos: services: postgresql-backup: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
8b67a1da8e
nixos: services: postgresql: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
52399cbb3e
nixos: services: podgrab: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
2ba35fd5e0
nixos: services: pirate: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
3653918237
nixos: services: pdf-edit: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
89a43e8bad
nixos: services: paperless: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
ed1a5b4924
nixos: services: nextcloud: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
f581ef7113
nixos: services: nginx: persist SSL certificates
2024-11-28 22:05:27 +00:00
Bruno BELANYI
dbb6b38eba
nixos: services: navidrome: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
cb0f8e91a0
nixos: services: monitoring: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
d0b926251d
nixos: services: mealie: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
dbc919e3d8
nixos: services: matrix: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
19c4586073
nixos: services: lohr: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
c07d3f4c0b
nixos: services: komga: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
79274dac40
nixos: services: jellyfin: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
dc0d753625
nixos: services: indexers: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
72ffc1c25a
nixos: services: grocy: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
88f8f8a6cd
nixos: services: gitea: persist repositories
2024-11-28 22:05:27 +00:00
Bruno BELANYI
8c5ada0d6d
nixos: services: forgejo: persist repositories
2024-11-28 22:05:27 +00:00
Bruno BELANYI
0ac6fef308
nixos: services: flood: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
34592cfd52
nixos: services: fail2ban: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
075a52f8db
nixos: services: calibre-web: persist library
2024-11-28 22:05:27 +00:00
Bruno BELANYI
f2b5290df7
nixos: services: blog: persist website data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
e74aceee24
nixos: services: audiobookshelf: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
110aef16e4
nixos: services: aria: persist data
2024-11-28 22:05:27 +00:00
Bruno BELANYI
5efdd891db
nixos: services: ssh-server: persist host keys
2024-11-28 22:05:27 +00:00
Bruno BELANYI
e39fef275c
nixos: services: paperless: use 'environmentFile'
...
ci/woodpecker/push/check Pipeline was successful
That way I don't have to configure all services to make use of it.
Someday I'll find the will to add the `postgresql.service` dependency
upstream, truly removing the need to configure any service at all.
2024-11-27 12:05:41 +00:00
Bruno BELANYI
6a5c4a627a
nixos: services: pyload: add fail2ban jail
ci/woodpecker/push/check Pipeline was successful
2024-11-20 21:06:17 +01:00
Bruno BELANYI
7f0cd6612e
nixos: services: paperless: remove MKL work-around
...
Instead, rely on the upstream service's work-around [1].
This will reduce the amount of package builds I need to do when updating
my server...
[1]: https://github.com/NixOS/nixpkgs/pull/299008
This reverts commit e2ec4d3032
.
2024-11-20 21:06:17 +01:00
Bruno BELANYI
60050113bc
nixos: services: nginx: modify example
...
ci/woodpecker/push/check Pipeline was successful
Now that `websocketLocations` exists, it makes little sense to use
`proxyWebsockets` in an example, so use a different one.
2024-11-19 16:03:38 +00:00
Bruno BELANYI
6a1a35a384
nixos: services: migrate to 'websocketsLocations'
2024-11-19 16:03:38 +00:00
Bruno BELANYI
e9d96138d5
nixos: services: nginx: add 'websocketsLocations'
...
This accounts for the overwhelming majority of my usage of
`extraConfig`.
2024-11-19 16:03:38 +00:00
Bruno BELANYI
138d4d2bd9
nixos: services: nextcloud: add collabora
...
This needs to be configured through the "Nextcloud Office" app,
specifically the WOPI setting is important for security (I put both the
external IP, as well as `::1` and `127.0.0.1`).
2024-11-19 15:58:48 +01:00
Bruno BELANYI
ab8a5daefe
hosts: porthos: secrets: acme: use OVH API
...
ci/woodpecker/push/check Pipeline was successful
I switched registrar, as OVH was ~4x cheaper.
This needs a small change to the module to both refer to OVH instead of
Gandi in the documentation, and make use of the correct API.
I also needed to disable the propagation check, as it looks like OVH is
slower than Gandi, and leads to spurious errors...
2024-11-14 22:19:35 +01:00
Bruno BELANYI
6d2ac0c473
modules: services: matrix: remove sliding sync
...
The functionality has been folded into `synapse` itself, and the module
has been removed from the unstable branch.
This reverts commit b4c2cc581b
.
2024-10-28 10:47:49 +00:00
Bruno BELANYI
a09cef76c5
nixos: services: nextcloud: bump to 30
ci/woodpecker/push/check Pipeline was successful
2024-10-17 15:26:17 +02:00
Bruno BELANYI
09f763bc16
nixos: services: add komga
ci/woodpecker/push/check Pipeline was successful
2024-09-30 22:10:38 +02:00
Bruno BELANYI
898523d079
treewide: fix typos
2024-09-27 13:49:29 +00:00
Bruno BELANYI
cbba752b54
nixos: services: nginx: remove 'literalExample'
...
Those examples do not use functions or any other "difficult to render"
expression.
2024-09-27 13:44:40 +00:00
Bruno BELANYI
3aab65d9ea
nixos: services: tandoor-recipes: add fail2ban note
ci/woodpecker/push/check Pipeline was successful
2024-09-24 13:13:15 +00:00
Bruno BELANYI
b6279108e0
nixos: services: vikunja: add fail2ban note
ci/woodpecker/push/check Pipeline was successful
2024-09-24 10:44:42 +00:00
Bruno BELANYI
0f3c5d1d63
nixos: services: transmission: add fail2ban note
2024-09-24 10:44:42 +00:00