Commit graph

1329 commits

Author SHA1 Message Date
e923fad5d6 WIP: add notes for missing persistence/backup
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-21 15:55:56 +00:00
81d4b49e32 modules: services: quassel: persist data
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-18 12:36:19 +00:00
06a9816aa4 modules: services: pirate: persist data 2023-09-18 12:36:16 +00:00
9c34cc4689 modules: services: monitoring: persist data 2023-09-18 12:35:04 +00:00
8854cace6e modules: services: nginx: persist SSL certificates 2023-09-18 12:35:04 +00:00
8cba81e874 modules: services: transmission: persist data 2023-09-18 12:35:04 +00:00
6f4030c302 modules: services: sabnzbd: persist data 2023-09-18 12:35:01 +00:00
658a96b5ac modules: services: rss-bridge: persist data 2023-09-18 12:34:20 +00:00
e9f187e65b modules: services: podgrab: persist data 2023-09-18 12:34:20 +00:00
7234b09b28 modules: services: nextcloud: persist data 2023-09-18 12:34:20 +00:00
2956e09386 modules: services: navidrome: persist data 2023-09-18 12:34:20 +00:00
7338dbb247 modules: services: lohr: persist data 2023-09-18 12:34:20 +00:00
57d823cc7d modules: services: jellyfin: persist data 2023-09-18 12:34:20 +00:00
27e1e66395 modules: services: indexers: persist data 2023-09-18 12:33:58 +00:00
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
5f9108bf4d flake: add 'impermanence' 2023-09-18 12:32:04 +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
3f7a062376 home: vim: lua: util: fix comments 2023-09-14 11:13:27 +00:00
550436eee5 home: vim: remove 'cmp-path'
Now that I'm using the async variant.
2023-09-14 11:00:10 +00:00
f0b590c29e hosts: homes: mousqueton: use new name
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I renamed my cloudtop to follow the usual schema (and because `cloudtop`
was not available...) :-).
2023-09-13 14:05:45 +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
f3f8c8fc3f flake: bump inputs 2023-09-13 12:39:39 +00:00
f0e387b943 home: direnv: allow broken 'use pkgs'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-09-05 16:20:27 +00:00
96a2c62e94 home: direnv: allow insecure 'use pkgs' 2023-09-05 16:20:20 +00:00
d060978b65 home: direnv: allow unfree 'use pkgs' 2023-09-05 16:20:03 +00:00
5926cd356d home: direnv: allow impure 'use pkgs'
This makes it easier to use non-free or insecure packages.
2023-09-05 16:11:11 +00:00
ac93cb0ac8 home: direnv: refactor option handling
This will make it easier to add more options.
2023-09-05 16:11:11 +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
ce46f3571b home: vim: restore python configuration
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is a partial revert of 260f5cd66a,
which erroneously removed this config.
2023-08-31 11:16:35 +00:00
8bcf56fdec treewide: fix shellcheck issues
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2023-08-31 10:42:45 +00:00
861136c475 treewide: add 'shellcheck shell' directives
I used 'bash' for zsh files, since that's the closest and `shell=zsh` is
not supported [1].

[1]: https://github.com/koalaman/shellcheck/issues/809
2023-08-31 10:41:17 +00:00
13769429f6 hosts: homes: cloudtop: enable 'git' package
Some checks failed
ci/woodpecker/push/check Pipeline failed
Turns out that the latest version fixes the issue, but I haven't looked
into why exactly.

This reverts commit 6100a092af.
2023-08-31 10:22:56 +00:00
71a1bbd78d home: vim: set line length in commit messages
Some checks failed
ci/woodpecker/push/check Pipeline failed
I'm already getting the correct wrapping behaviour from vim-fugitive,
but the displayed width is wrong.
2023-08-29 14:06:19 +00:00
5b59a9cf82 hosts: homes: cloudtop: enable tmux passthrough
Some checks failed
ci/woodpecker/push/check Pipeline failed
Mostly used for my `osc52` and `osc777` scripts.
2023-08-21 13:20:25 +00:00
ca1d439e7a hosts: nixos: porthos: services: disable drone
Some checks failed
ci/woodpecker/push/check Pipeline failed
I have now completely migrated to Woodpecker, so no need for it anymore.
2023-08-20 14:19:40 +01:00
e4541d4ecc flake: bump inputs
Some checks failed
ci/woodpecker/push/check Pipeline failed
2023-08-19 14:41:10 +02:00