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
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
183f3b48c8
hosts: nixos: aramis: hardware: enable graphics
2024-02-06 15:04:40 +00: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
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
4a9a46547e
machine: aramis: home: set 'bitwarden.pinentry'
2023-08-06 20:13:08 +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
04d92a29e3
hosts: nixos: aramis: secrets: rename SSH key
2023-04-17 08:18:27 +00:00
Bruno BELANYI
7cebaa3751
modules: secrets: move wireguard keys
...
This is a bit special, as some of the keys do not belong to NixOS hosts,
so store those in the module itself, and into host-specific directories
for the keys that are NixOS hosts.
2023-04-17 08:18:27 +00:00
Bruno BELANYI
ed745602a1
modules: secrets: move non-existent key workaround
...
Since this configuration was only there to accommodate `aramis`, make it
be host-specific instead, and rely on the default value otherwise.
2023-04-16 19:44:02 +01:00
Bruno BELANYI
57008bcb7c
hosts: nixos: add host-specific secrets module
...
This is the same logic as the common module, but for secrets that don't
need to be shared to different hosts.
2023-04-16 19:44:02 +01:00
Bruno BELANYI
2fb3d0f9cf
machines: rename to 'hosts/nixos'
...
This will be more consistent in the future if I want to introduce darwin
or home-manager configurations.
2023-03-20 09:52:05 +00:00