Commit graph

1351 commits

Author SHA1 Message Date
534cda6d91 WIP: add notes for missing persistence/backup
All checks were successful
ci/woodpecker/push/check Pipeline was successful
TODO:
* Look at for more inspiration https://github.com/nix-community/impermanence/pull/108
* Do home-manager
* Common files https://github.com/nix-community/impermanence/issues/10
2023-10-25 15:52:18 +00:00
4b6d332e9b modules: services: quassel: persist data 2023-10-25 15:52:18 +00:00
7c7eadbf45 modules: services: pirate: persist data 2023-10-25 15:52:18 +00:00
b83c917a9e modules: services: monitoring: persist data 2023-10-25 15:52:18 +00:00
9ebabb251b modules: services: nginx: persist SSL certificates 2023-10-25 15:52:18 +00:00
b48048aa5f modules: services: transmission: persist data 2023-10-25 15:52:18 +00:00
dbd33f7d62 modules: services: sabnzbd: persist data 2023-10-25 15:52:18 +00:00
30a632a261 modules: services: rss-bridge: persist data 2023-10-25 15:52:18 +00:00
1d23a6caa8 modules: services: podgrab: persist data 2023-10-25 15:52:18 +00:00
3328cf62d9 modules: services: nextcloud: persist data 2023-10-25 15:52:18 +00:00
b0622f5696 modules: services: navidrome: persist data 2023-10-25 15:52:18 +00:00
775ac42649 modules: services: lohr: persist data 2023-10-25 15:52:18 +00:00
993bdbd3e7 modules: services: jellyfin: persist data 2023-10-25 15:52:18 +00:00
843c4a8097 modules: services: indexers: persist data 2023-10-25 15:52:18 +00:00
3e28075906 modules: services: postgresql: persist data 2023-10-25 15:52:18 +00:00
72baa4e84f modules: services: postgresql-backup: persist data 2023-10-25 15:52:17 +00:00
706fad7e7f modules: services: paperless: persist data 2023-10-25 15:52:17 +00:00
4fcc69f34e modules: services: matrix: persist data 2023-10-25 15:52:17 +00:00
604d594dec modules: services: gitea: persist repositories 2023-10-25 15:52:17 +00:00
53af6d3fa6 modules: services: flood: persist data 2023-10-25 15:52:17 +00:00
a3b4b3072a modules: services: calibre-web: persist library 2023-10-25 15:52:17 +00:00
ea5f9d181f modules: services: blog: persist website data 2023-10-25 15:52:17 +00:00
e86ab34a62 modules: hardware: bluetooth: persist connections 2023-10-25 15:52:17 +00:00
86b42568ed modules: hardware: netowrking persist connections 2023-10-25 15:52:17 +00:00
5125ca329e modules: services: ssh-server: persist host keys 2023-10-25 15:52:17 +00:00
ab5ebae2cb 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-10-25 15:52:17 +00:00
270f9f02a2 flake: add 'impermanence' 2023-10-25 15:52:17 +00:00
08212e49cd modules: services: matrix: add sliding sync
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-10-20 08:35:37 +00:00
e3a8d0e178 modules: services: matrix: register dummy vhosts
This is simply to make use of my infrastructure for port collision
detection.
2023-10-20 08:35:37 +00:00
ad976e2097 hosts: nixos: porthos: secrets: add matrix sync 2023-10-20 08:35:37 +00:00
31fbd7aa4f modules: services: matrix: refactor vhost 2023-10-20 08:35:37 +00:00
1398425b91 hosts: homes: cloudtop: disable gpg-agent
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It doesn't work well in this environment anyway.
2023-10-19 10:42:22 +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
f8a0eef4dd hosts: nixos: porthos: services: disable lidarr 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
2d36ffd96d pkgs: comma: rename 'COMMA_{,NIX}PKGS_FLAKE'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This aligns with the rust implementation of this tool [1].

[1]: 17a4f33849
2023-10-12 15:21:06 +00:00
a5febc40e4 home: comma: remove 'COMMA_PKGS_FLAKE' definition
Now that my configurations also set `nixpkgs` in `NIX_PATH`, there's
isn't a need for this to be defined anymore.
2023-10-12 15:21:06 +00:00
ce19887f77 treewide: update 'nix-direnv' bootstrapping 2023-10-12 15:17:26 +00:00
aca743dea7 templates: simplify direnv configurations
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This was mostly a copy-paste error (the `watch_file` calls).

As for the shell hooks, it looks like `nix-direnv` takes care of that
automatically.
2023-10-12 13:47:43 +00:00
e09899d59c direnv: fix 'watch_file' directives
I should use `nix_direnv_watch_file` and call it _before_ `use_flake`.
2023-10-12 13:45:49 +00:00
fd09346526 direnv: remove explicit 'shellHooks' evaluation
I _think_ nix-direnv does it automatically, so no need to do it myself.
2023-10-12 13:40:22 +00:00
f9541cbc33 hosts: homes: mousqueton: disable 'git' package
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I had some troubles with `git` once again...

This reverts commit 13769429f6.
2023-10-12 12:56:41 +00:00
6ef0abd596 home: xdg: set 'REPO_CONFIG_DIR'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Unfortunately, it will create a `.repoconfig` inside that directory. But
that's still better than littering my $HOME.
2023-10-10 15:36:14 +00: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
03a1f704aa flake: bump inputs
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-27 19:22:04 +02:00
e81de7faad pkgs: rbw-pass: fix program name in usage string
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-26 16:51:46 +00:00
61fe480e6b home: calibre: remove obsolete NOTE 2023-09-26 16:38:27 +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
f2f4b9f91e home: vim: lua: lsp: fix comments
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-14 11:14:04 +00:00