Commit graph

25 commits

Author SHA1 Message Date
d9ce1c840b
fix(jeeves)!: open up wireguard for DNS requests
Port 53 is needed to pass DNS requests through
Also enable `NAT` for `wg0`
2024-07-20 22:44:39 +03:00
39a574e94a
feat(jeeves)!: nginx reverse-proxying for jeeves.local 2024-07-20 18:02:26 +03:00
e3b1539b41
refactor(flake)!: deduplicate code in configurations flake module
Pass around `perSystem`'s `pkgs` instances to the system configurations
Some more refactoring in `configurations`' `mkHost` functions
Also start using `home-manager`'s `useGlobalPkgs` option
Also use `mkShellNoCC` for default `devShell`
Also `nix flake update`
2024-07-20 14:30:25 +03:00
a8ae6514d5
chore(nixos): update configs
`hardware.opengl` -> `hardware.graphics`
Disable `jeeves` `home-assistant` and `ollama` modules
`sha-516` -> `sha-512`
Add `jeeves` user to `input` group
Use `transmission_4` package
2024-07-19 01:37:37 +03:00
b8f75023b2
fix(agenix-rekey-default)!: use lib.mkDefault 2024-07-19 01:36:32 +03:00
265f551ea8
feat(jeeves): enable flood-for-transmission 2024-06-10 00:19:05 +03:00
eea7280f98
fix(jeeves)!: nix.registry and nix.nixPath 2024-06-10 00:18:41 +03:00
cdf4d7cca4
feat(jeeves)!: add ollama and open-webui 2024-06-10 00:18:11 +03:00
3c5177a447
fix(wireguard): remove wireguardPeerConfig layer
<https://github.com/NixOS/nixpkgs/pull/312472>
2024-06-03 19:22:40 +03:00
d0858c5547
chore: add language annotation for bash script 2024-05-04 22:47:38 +03:00
16457e0a09
feat(jeeves): home-assistant modularization 2024-04-13 13:37:24 +03:00
ee98e1582c
feat(jeeves)!: spring updating
More `wireguard` peers
`nano` -> `neovim` for default available editor
`samba` better names + symlink support
More `opengl` packages for `Jellyfin`
Add `home-assistant` (no config yet)
2024-03-17 23:47:18 +02:00
36e14ad3f6
style: format with nix fmt
Currently uses `nixpkgs-fmt`
2024-01-25 17:39:43 +02:00
a6efd4146b
feat(jeeves): add samba 2024-01-22 22:39:22 +02:00
a5f1832d07
fix(wireguard)!: AllowedIPs semantics
Also add `limonka` and `peshoDjam` peers
2024-01-08 23:44:22 +02:00
b8eee7ef35
feat(agenix): switch to ragenix 2023-12-26 01:16:47 +02:00
05f384a035
fix(agenix-rekey)!: wrong generator syntax 2023-12-26 01:16:47 +02:00
5efe96a1de
chore(agenix): remove comments, add generators 2023-12-26 01:16:47 +02:00
8feb5245ea
feat(agenix-rekey)!: first try
Cannot `agenix rekey` / `deploy`
`agenix rekey` rekeys separate keys successfully but canot build the derivation that contains them
2023-12-25 18:47:17 +02:00
0fae14d92a
chore(transmission)!: enable rpc endpoint 2023-12-08 01:18:51 +02:00
e3524e4777
feat(nixos): add mindustry module
Also enable it for `jeeves`
2023-12-08 01:14:08 +02:00
4afa641a4d
feat(limonka)!: jellyfin and transmission config
Add config for the `jellyfin` service
Add config for the `transmission` service
Fix networking issue (DNS died after some time)
Rename `jeeves_password` secret
Fix deprecated `passwordFile` -> `hashedPasswordFile`
2023-11-17 16:03:25 +02:00
c707909f4f
fix(jeeves): wireguard peer's PublicKey should not be a file 2023-10-23 09:24:31 +03:00
4f5af36bc6
feat(jeeves): wireguard
Add separate module for `wireguard`
Rekey `jeeves_password` (use all `users`' keys)
Add secrets related to Wireguard: server public/private, cheetah public
Add a `.gitignore` for the private `limonka_age` key
2023-10-23 08:59:49 +03:00
8f17e5849a
feat(jeeves)!: add config
Automatic disk partitioning using `disko`
Automatic secrets management using `agenix`
Automatic deployment using `deploy-rs`
2023-10-17 09:12:09 +03:00