Commit graph

282 commits

Author SHA1 Message Date
26dd4a41ab nixos: services: pirate: persist data 2023-11-11 18:33:04 +00:00
7206c7691b nixos: services: monitoring: persist data 2023-11-11 18:33:04 +00:00
46e22fbb9c nixos: services: nginx: persist SSL certificates 2023-11-11 18:33:04 +00:00
e2b1478d40 nixos: services: transmission: persist data 2023-11-11 18:33:04 +00:00
8bd965441a nixos: services: sabnzbd: persist data 2023-11-11 18:33:04 +00:00
50cf2906d1 nixos: services: rss-bridge: persist data 2023-11-11 18:33:04 +00:00
8066b2d77b nixos: services: podgrab: persist data 2023-11-11 18:33:04 +00:00
f71fcd14f1 nixos: services: nextcloud: persist data 2023-11-11 18:33:04 +00:00
12fbd39bdc nixos: services: navidrome: persist data 2023-11-11 18:33:04 +00:00
7195a64f89 nixos: services: lohr: persist data 2023-11-11 18:33:04 +00:00
12bb5eb97a nixos: services: jellyfin: persist data 2023-11-11 18:33:04 +00:00
fb0e117439 nixos: services: indexers: persist data 2023-11-11 18:33:04 +00:00
eeba404b90 nixos: services: postgresql: persist data 2023-11-11 18:33:04 +00:00
dbd7810e5e nixos: services: postgresql-backup: persist data 2023-11-11 18:33:04 +00:00
302e335340 nixos: services: paperless: persist data 2023-11-11 18:33:04 +00:00
c4f9a0ca31 nixos: services: matrix: persist data 2023-11-11 18:33:04 +00:00
4880aa4577 nixos: services: gitea: persist repositories 2023-11-11 18:33:04 +00:00
b26397aef3 nixos: services: flood: persist data 2023-11-11 18:33:04 +00:00
e10ba77067 nixos: services: calibre-web: persist library 2023-11-11 18:33:04 +00:00
c7bbaf2ea0 nixos: services: blog: persist website data 2023-11-11 18:33:04 +00:00
bd1cf024e6 nixos: hardware: bluetooth: persist connections 2023-11-11 18:33:04 +00:00
ec91472afb nixos: hardware: netowrking persist connections 2023-11-11 18:33:04 +00:00
05e0e4eb06 nixos: services: ssh-server: persist host keys 2023-11-11 18:33:04 +00:00
78dca93a80 WIP: nixos: system: add persist
This is the module that takes care of configuring impermanence at the
system level.

WIP:
    * address FIXMEs
    * activate home-manager persistence?
        * set `programs.fuse.userAllowOther = true;` ?
    * point `age` to persisted paths [1] ?
    * make sure all services and modules are persisted correctly...

[1]: b1d18d25b8
2023-11-11 18:33:04 +00:00
570349e80f nixos: profiles: move from top-level
All checks were successful
ci/woodpecker/push/check Pipeline was successful
My profiles are actually just "special" NixOS modules in that they
orchestrate settings that usually span the NixOS/home-manager boundary,
or otherwise set up configurations from multiple modules at once.
2023-11-11 18:12:05 +00:00
65a8f7c481 home: create 'modules/home' folder
Consolidating all modules under the same path, to clear out the
top-level directory.
2023-11-11 18:12:05 +00:00
c856933803 nixos: create 'modules/nixos' folder
Let's consolidate all modules under one path, so that NixOS,
home-manager, and nix-darwin (if I ever end up using it down the line)
would go under the same folder.
2023-11-11 18:11:52 +00:00
b52e56ed08 modules: home: use 'self'-relative import 2023-11-11 18:07:31 +00:00
27564cad42 modules: system: printing: move from 'profiles'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This isn't really a cross-cutting module, it should be a module rather
than a profile.
2023-11-11 17:59:49 +00:00
cc331b73c7 treewide: fix postgres service dependencies
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Some were missing a `requires` even though they had `after`, and
woodpecker was missing it entirely.
2023-11-06 20:55:53 +00:00
830e7bb865 modules: services: woodpecker: fix interpolation 2023-11-06 20:54:42 +00:00
6a8f93df1f modules: services: nginx: fix obsolete doc
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It's annoying to keep it in sync when adding a new incompatible option.
2023-10-28 12:14:45 +01:00
0795a3d29b flake: bump inputs
And fix a removed nextcloud option.
2023-10-26 13:44:43 +00:00
b4c2cc581b modules: services: matrix: add sliding sync 2023-10-26 12:27:00 +00:00
b4b9b54f75 modules: services: matrix: register dummy vhosts
This is simply to make use of my infrastructure for port collision
detection.
2023-10-26 12:27:00 +00:00
1425c42489 modules: services: matrix: refactor vhost 2023-10-26 12:27:00 +00:00
fcdb5ba593 modules: services: woodpecker: remove DNS hack
Some checks are pending
ci/woodpecker/push/check Pipeline is running
I'm not sure what changed, but it looks like I don't need it anymore.

Initially I wanted to apply the same DNS fix as [1].

[1]: https://blog.kotatsu.dev/posts/2023-04-21-woodpecker-nix-caching/
2023-10-18 21:38:22 +02:00
3b3e7093be modules: services: pirate: make more fine-grained 2023-10-18 21:38:22 +02:00
dae1a434d5 modules: services: transmission: bump to 4
Not sure why exactly this isn't the default, I'll have to watch out for
when upstream catches up.
2023-10-18 21:38:22 +02:00
24d41e829e modules: system: users: fix deprecated option name
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-28 15:57:14 +00:00
7b56c342ad modules: services: paperless: beef-up workers
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This should parallelize the number of documents ingested at once
(workers), as well as the speed of the ingestion per document (threads).
2023-09-18 13:43:37 +00:00
e979589174 modules: services: woodpecker: use 'path' option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
One less thing to modify in the systemd service.
2023-09-13 12:40:19 +00:00
6ba7a63b25 modules: services: fail2ban: fix comment
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-03 12:53:24 +02:00
fc8ccb8b99 modules: services: pirate: add fail2ban jails
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-03 12:43:46 +02:00
14bf03e5fd modules: services: pirate: refactor
This will make adding fail2ban jails easier.
2023-09-03 12:42:29 +02:00
adc4ce9d8a modules: services: indexers: add prowlarr fail2ban 2023-09-03 12:21:35 +02:00
6d9d835e1c modules: services: nix-cache: use harmonia 2023-08-19 14:41:10 +02:00
ab59054518 modules: services: rename 'nix-cache'
I'm about to modify the module to use a different cache implementation,
so this name is more appropriate.
2023-08-19 14:41:10 +02:00
424bb2e7b9 modules: services: woodpecker: simplify path
I'm not sure why it was written that way to begin with.
2023-08-06 20:13:08 +02:00
7b6779f2b5 modules: services: woodpecker: default packages
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
2023-08-06 20:13:08 +02:00