Compare commits

..

8 commits

Author SHA1 Message Date
48637e603a nixos: services: nginx: remove zstd compression
All checks were successful
ci/woodpecker/push/check Pipeline was successful
The zstd module is unmaintained and buggy, remove it preventively.

The option itself will probably be removed soon [1].

[1]: https://github.com/NixOS/nixpkgs/pull/381678
2025-02-13 14:40:42 +00:00
f91fdce749 home: mail: accounts: use 'migadu' flavor
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-02-12 14:31:20 +00:00
7dde403ce3 nixos: services: servarr: remove build work-around
It's been fixed upstream.

This partially reverts commit ad1cfbd6f0.
2025-02-12 14:30:00 +00:00
aac2ec5bc3 flake: bump inputs 2025-02-12 14:27:58 +00:00
6850e082db pkgs: lohr: use 'useFetchCargoVendor'
The previous fetcher is in the process of being deprecated.
2025-02-12 14:26:07 +00:00
9567107aad home: secrets: github: update token
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-02-06 11:28:27 +00:00
6889bf3e40 home: secrets: fix path to 'keys'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-02-04 15:15:28 +00:00
2155e49a56 nixos: services: add homebox 2025-01-30 13:17:24 +01:00

View file

@ -6,13 +6,6 @@ in
{
options.my.services.homebox = with lib; {
enable = mkEnableOption "Homebox home inventory";
port = mkOption {
type = types.port;
default = 7745;
example = 8080;
description = "Internal port for webui";
};
};
config = lib.mkIf cfg.enable {