Commit graph

253 commits

Author SHA1 Message Date
00bee494ce modules: services: postgresql: persist data 2023-09-18 12:33:26 +00:00
86f108786d modules: services: postgresql-backup: persist data 2023-09-18 12:33:26 +00:00
ed89beecc4 modules: services: paperless: persist data 2023-09-18 12:33:26 +00:00
e219b85513 modules: services: matrix: persist data 2023-09-18 12:33:26 +00:00
c8ce12945f modules: services: gitea: persist repositories 2023-09-18 12:33:25 +00:00
dab0d844f5 modules: services: flood: persist data 2023-09-18 12:33:02 +00:00
4294dde2a0 modules: services: calibre-web: persist library 2023-09-18 12:33:00 +00:00
7e5516d730 modules: services: blog: persist website data 2023-09-18 12:32:33 +00:00
f3641155a5 modules: hardware: bluetooth: persist connections 2023-09-18 12:32:33 +00:00
4a17b10f65 modules: hardware: netowrking persist connections 2023-09-18 12:32:33 +00:00
e68ff0d438 modules: services: ssh-server: persist host keys 2023-09-18 12:32:33 +00:00
b83f2c9e33 WIP: modules: systems: 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-09-18 12:32:27 +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
45c3b82606 modules: services: nginx-sso: use writeShellScript 2023-08-06 20:13:08 +02:00
58a94bdf1b pkgs: remove woodpecker-plugin-git
I have now upstreamed the package, so let's remove it.
2023-08-06 20:13:08 +02:00
9f7472222c treewide: use 'lib.getExe' when possible
Don't use it in wireguard to keep it consistent, as only half the
commands could use it.
2023-08-06 20:13:08 +02:00
ae8d8d75fd flake: bump inputs
Update `fail2ban` to accomodate for RFC-42 migration.
2023-08-06 20:13:08 +02:00
47533f119e modules: services: monitoring: add 'secretKeyFile'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-07-17 10:59:58 +00:00
4bb1387376 modules: services: add tandoor-recipes
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-07-15 15:46:04 +02:00
5741421604 modules: services: nextcloud: enable 'notify_push' 2023-07-15 15:46:04 +02:00
c037d3844a modules: services: nextcloud: configure redis
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I keep having some file-locking issues, and heard that using redis might
help alleviate those errant locks.

It's also necessary to use the `notify_push` app.
2023-07-15 14:01:14 +01:00
3e5fbfeb7a modules: services: nextcloud: bump to 27
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-06-23 12:03:13 +02:00
2f03d92dd9 modules: services: woodpecker: use docker module
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-06-11 16:25:23 +01:00
e44dd4c6ea modules: services: drone: use docker module 2023-06-11 16:25:23 +01:00
df9b060947 modules: system: podman: check for docker conflict 2023-06-11 16:23:31 +01:00
73fdd4622b modules: system: add docker 2023-06-11 16:17:42 +01:00
5aa136f796 modules: system: podman: fix removed option
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-06-08 15:43:46 +00:00
18c9458cfa modules: system: users: add 'docker' group 2023-06-08 15:43:46 +00:00
c0995929c4 modules: system: podman: add weekly purge 2023-06-08 15:43:46 +00:00
5d570dbf1e modules: programs: steam: use writeShellScriptBin
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-06-03 13:40:44 +01:00
4f6f483851 modules: programs: steam: simplify wrapper 2023-06-03 13:40:44 +01:00
175a8acde2 modules: services: add vikunja 2023-05-13 21:18:57 +02:00
685c571018 modules: services: nginx: add 'socket' option 2023-05-13 21:18:57 +02:00
574634b64e modules: services: blog: use 302 redirection
All checks were successful
ci/woodpecker/push/check Pipeline was successful
That way the browser doesn't cache it, in case I do end up using that
domain after all.
2023-05-07 15:20:14 +01:00
a1dd0bb792 modules: services: matrix: remove 'with lib'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-05-04 12:19:31 +00:00
c19baeb19d modules: system: podman: remove unused 'options' 2023-05-04 09:27:19 +00:00
62d9359eb7 modules: services: matrix: clean-up formatting 2023-05-04 09:27:19 +00:00
2f3989bba1 modules: services: wireguard: simplify 2023-05-03 15:15:31 +00:00
49b2cb9781 modules: secrets: remove unused 'options' 2023-05-03 15:15:31 +00:00
fadb8e96fc modules: system: nix: add 'cache.selfHosted' 2023-05-03 15:02:44 +00:00
20d19ed128 modules: system: nix: rename 'inputs' options 2023-05-03 15:02:44 +00:00
455a4e5431 modules: services: add nix-serve 2023-05-03 15:02:44 +00:00