Bruno BELANYI
67eb7bdd4b
hosts: nixos: porthos: secrets: remove matrix sync
...
Remove the secret, as it not used anymore.
This reverts commit 52413dcaf7
.
2024-10-30 10:33:50 +00: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
eec65dc6b3
hosts: nixos: porthos: services: remove podgrab
...
ci/woodpecker/push/check Pipeline was successful
Podgrab is unmaintained...
I'll rely on Audiobookshelf to both download and play podcasts.
2024-10-01 16:54:44 +02:00
Bruno BELANYI
898523d079
treewide: fix typos
2024-09-27 13:49:29 +00:00
Bruno BELANYI
129d4b3a5a
hosts: nixos: porthos: services: enable pdf-edit
ci/woodpecker/push/check Pipeline was successful
2024-09-20 22:05:21 +02:00
Bruno BELANYI
90dcf3a164
hosts: nixos: porthos: secrets: add pdf-edit
ci/woodpecker/push/check Pipeline was successful
2024-09-05 18:10:00 +02:00
Bruno BELANYI
0d2b9c9699
nixos: services: rename 'servarr'
ci/woodpecker/push/check Pipeline was successful
2024-09-05 10:39:01 +00:00
Bruno BELANYI
e94bdef690
hosts: nixos: porthos: secrets: fix SSO owner
ci/woodpecker/push/check Pipeline was successful
2024-08-22 20:54:26 +02:00
Bruno BELANYI
8ed69de4be
hosts: nixos: aramis: home: remove 'pinentry-rofi'
...
ci/woodpecker/push/check Pipeline failed
I'm not sure why, but it's messing with my `gpg-agent`... But I didn't
get any issues with `rbw`.
I'll try and figure out why.
This reverts commit 93dfe04114
.
2024-08-10 12:13:09 +01:00
Bruno BELANYI
93dfe04114
hosts: nixos: aramis: home: use 'pinentry-rofi'
ci/woodpecker/push/check Pipeline failed
2024-08-04 11:37:33 +01:00
Bruno BELANYI
929c8ea9b0
hosts: nixos: porthos: services: audiobookshelf
ci/woodpecker/push/check Pipeline was successful
2024-04-22 21:00:00 +02:00
Bruno BELANYI
7ebbb10568
hosts: nixos: porthos: migrate podgrab 'dataDir'
...
I want to share it with `audiobookshelf`, so putting it in `/data/media`
makes it easier.
2024-04-22 21:00:00 +02:00
Bruno BELANYI
f729f6a098
hosts: nixos: porthos: secrets: add 'lohr' owner
2024-04-02 12:25:05 +02:00
Bruno BELANYI
4a01a50532
flake: bump inputs
...
ci/woodpecker/push/check Pipeline was successful
And fix the update `pinentry` options in home-manager.
2024-03-16 19:49:00 +01:00
Bruno BELANYI
5d3160fb0d
hosts: nixos: porthos: migrate to new host
...
OVH/Kimsufi are deprecating my current server by the end of the year. So
let's migrate to a new host.
This was more painful than initially planned, OVH introduced a change to
their rescue system which messes with the NixOS installation [1].
In the end I used a kexec image [2] to run the installation.
[1]: https://github.com/NixOS/nix/issues/7790
[2]: https://github.com/nix-community/nixos-images
2024-03-11 17:32:54 +01:00
Bruno BELANYI
0f33dbd5c2
hosts: nixos: porthos: switch to forgejo
...
This required a quick rename to migrate from one to the other.
2024-03-11 17:32:54 +01:00
Bruno BELANYI
b41fd9e48e
hosts: nixos: porthos: secrets: add forgejo mail
2024-03-11 17:32:54 +01:00
Bruno BELANYI
742b4c39a2
home: tmux: migrate to 'terminalFeatures'
...
There are other terminal capabilities I want to override in tmux, so
let's make this type more extensible.
2024-03-11 16:03:53 +00:00
Bruno BELANYI
40d1b39837
nixos: services: gitea: update mail configuration
ci/woodpecker/push/check Pipeline failed
2024-03-05 14:17:30 +00:00
Bruno BELANYI
7f0a889ccd
hosts: nixos: porthos: services: enable mealie
2024-03-05 12:43:22 +00:00
Bruno BELANYI
380933e69b
hosts: nixos: porthos: secrets: add mealie mail
2024-03-05 12:43:22 +00:00
Bruno BELANYI
56c0c28b02
hosts: nixos: porthos: home: disable cache
...
ci/woodpecker/push/check Pipeline was successful
Same reason as the system-wide configuration...
2024-03-01 17:20:47 +00:00
Bruno BELANYI
183f3b48c8
hosts: nixos: aramis: hardware: enable graphics
2024-02-06 15:04:40 +00:00
Bruno BELANYI
5ecef0d789
hosts: nixos: porthos: services: enable pyload
ci/woodpecker/push/check Pipeline was successful
2024-02-04 14:56:59 +01:00
Bruno BELANYI
df44786c9c
hosts: nixos: porthos: secrets: add pyload creds
2024-02-04 14:56:59 +01:00
Bruno BELANYI
e227ad76b2
hosts: nixos: aramis: home: use 'pinentry-gtk2'
...
ci/woodpecker/push/check Pipeline was successful
Now that it's available again, let's use it.
This reverts commit 39eba647ac
.
2024-01-31 21:41:40 +00:00
Bruno BELANYI
16f98f144e
hosts: nixos: porthos: secrets: add aria RPC token
ci/woodpecker/push/check Pipeline was successful
2024-01-30 15:51:48 +01:00
Bruno BELANYI
5cb67cf040
hosts: nixos: porthos: secrets: rekey secrets
...
Some of the secrets were using an invalid format due to (probably?)
being encrypted with a beta version of `age`.
I didn't need to rekey *all* the secrets, but I might as well
2024-01-26 23:27:58 +01:00
Bruno BELANYI
39eba647ac
hosts: nixos: aramis: home: use 'pinentry-qt'
...
The GTK2 variant has been removed [1].
I may revise this in the future if [2] is merged (I'd like to try
`pinentry-rofi` [3]).
[1]: https://github.com/NixOS/nixpkgs/pull/270266
[2]: https://github.com/NixOS/nixpkgs/pull/277221
[3]: https://github.com/plattfot/pinentry-rofi
2024-01-03 14:25:20 +00:00
Bruno BELANYI
27564cad42
modules: system: printing: move from 'profiles'
...
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
Bruno BELANYI
8ad02dd74d
hosts: nixos: porthos: system: disable cache
...
ci/woodpecker/push/check Pipeline was successful
We're never going to get a cache hit, since this is the host for that
cache.
2023-10-31 14:00:47 +00:00
Bruno BELANYI
ca4fac3c54
hosts: nixos: porthos: fix tmux 24-bit color
...
ci/woodpecker/push/check Pipeline was successful
Well at least this fixes it for the usual client (my laptop).
2023-10-30 13:33:27 +00:00
Bruno BELANYI
b4c2cc581b
modules: services: matrix: add sliding sync
2023-10-26 12:27:00 +00:00
Bruno BELANYI
52413dcaf7
hosts: nixos: porthos: secrets: add matrix sync
2023-10-26 12:27:00 +00:00
Bruno BELANYI
f8a0eef4dd
hosts: nixos: porthos: services: disable lidarr
2023-10-18 21:38:22 +02:00
Bruno BELANYI
8bcf56fdec
treewide: fix shellcheck
issues
ci/woodpecker/push/check Pipeline was successful
2023-08-31 10:42:45 +00:00
Bruno BELANYI
ca1d439e7a
hosts: nixos: porthos: services: disable drone
...
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
Bruno BELANYI
19d2916e1c
hosts: nixos: porthos: secrets: rename 'nix-cache'
...
To go with the module rename.
2023-08-19 14:41:10 +02:00
Bruno BELANYI
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
Bruno BELANYI
330402d335
hosts: nixos: porthos: services: enable vikunja
...
Trying it out again.
This reverts commit 1807b8b88c
.
2023-08-12 23:14:53 +02:00
Bruno BELANYI
4a9a46547e
machine: aramis: home: set 'bitwarden.pinentry'
2023-08-06 20:13:08 +02:00
Bruno BELANYI
f363ae71a5
hosts: nixos: porthos: boot: use '/dev/disk/by-id'
...
Somehow `/dev/sda` and `/dev/sdb` switched around, so use a more stable
path.
2023-08-06 20:13:08 +02:00
Bruno BELANYI
47533f119e
modules: services: monitoring: add 'secretKeyFile'
ci/woodpecker/push/check Pipeline was successful
2023-07-17 10:59:58 +00:00
Bruno BELANYI
ae13ab0c86
nixos: porthos: secrets: add grafana secret-key
...
The secret will be used in the next commit.
2023-07-17 10:59:58 +00:00
Bruno BELANYI
493636decb
hosts: nixos: porthos: services: add tandoor
ci/woodpecker/push/check Pipeline was successful
2023-07-17 09:55:33 +00:00
Bruno BELANYI
5ff0b62af8
hosts: nixos: porthos: secrets: add tandoor
2023-07-17 11:53:49 +02:00
Bruno BELANYI
cbbe371ace
hosts: nixos: aramis: home: remove 'quasselclient'
ci/woodpecker/push/check Pipeline was successful
2023-06-28 21:41:52 +01:00
Bruno BELANYI
950940e3c7
hosts: nixos: aramis: home: enable calibre
ci/woodpecker/push/check Pipeline was successful
2023-06-24 17:02:01 +01:00
Bruno BELANYI
1807b8b88c
hosts: nixos: porthos: services: disable vikunja
...
ci/woodpecker/push/check Pipeline was successful
I don't use it.
2023-06-10 13:35:02 +01:00
Bruno BELANYI
7c4e0e31bc
hosts: nixos: porthos: boot: remove 'grub.version'
ci/woodpecker/push/check Pipeline failed
2023-05-28 14:49:40 +02:00