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
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
...
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
...
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'
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
ci/woodpecker/push/check Pipeline was successful
2023-09-03 12:53:24 +02:00
fc8ccb8b99
modules: services: pirate: add fail2ban jails
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
...
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
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
...
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
...
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
...
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
...
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
ci/woodpecker/push/check Pipeline failed
2023-08-19 14:41:10 +02:00
6d9d835e1c
modules: services: nix-cache: use harmonia
2023-08-19 14:41:10 +02:00
19d2916e1c
hosts: nixos: porthos: secrets: rename 'nix-cache'
...
To go with the module rename.
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
4571a39c25
home: gdb: fix 'mkMerge' invocation
...
ci/woodpecker/push/check Pipeline was successful
The `rr` configuration should be enabled only if `gdb` is.
2023-08-13 16:18:22 +01:00
a87429b067
pkgs: add 'zsh-done'
ci/woodpecker/push/check Pipeline was successful
2023-08-13 15:33:02 +01:00
254eb0cb2d
flake: bump inputs
ci/woodpecker/push/check Pipeline was successful
2023-08-12 23:56:58 +02:00
330402d335
hosts: nixos: porthos: services: enable vikunja
...
Trying it out again.
This reverts commit 1807b8b88c .
2023-08-12 23:14:53 +02:00
bcdbe45558
pkgs: add osc777
ci/woodpecker/push/check Pipeline was successful
2023-08-11 13:13:21 +00:00
5f42e7cc90
home: tmux: fix option name typo
ci/woodpecker/push/check Pipeline was successful
2023-08-11 13:12:05 +00:00
7ace62da72
home: vim: use async path completion
...
ci/woodpecker/push/check Pipeline was successful
This makes the editor more responsive when completing in directories
that are network mounted or have a large amount of entries.
2023-08-07 15:38:28 +00:00
7529d2b7f9
flake: bump inputs
2023-08-07 15:38:28 +00:00
3ef71cc165
home: wm: i3bar: add 'quarks' bluetooth block
ci/woodpecker/push/check Pipeline was successful
2023-08-06 20:13:08 +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
405965dc72
pkgs: add explicit 'meta.mainProgram'
...
Since upstream has decided to deprecate the implied value when using
`lib.getExe` (see [1]), we should set it explicitly.
[1]: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-06 20:13:08 +02:00
761393205c
pkgs: re-order 'meta'
...
This is (mostly) alphetically sorted.
2023-08-06 20:13:08 +02:00
1b960c7449
ci: use 'backend' tag
2023-08-06 20:13:08 +02:00
0cf6cfe39b
pkgs: remove woodpecker
...
Now that v1.0.0 is on nixpkgs, no need for my custom packages.
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
68118e8f93
flake: bump inputs
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
868a9aa212
home: mail: accounts: use 'rbw-pass'
...
It should be more robust than the one based on bitwarden-cli.
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
8f818b8611
pkgs: add rbw-pass
...
This is honestly almost overkill, as the script doesn't really have any
logic in it, but it's good to have a common base with the bitwarden-cli
one.
2023-08-06 20:13:08 +02:00
2dfc788ed4
home: wm: i3: add 'rofi-rbw' mapping
2023-08-06 20:13:08 +02:00