refactor: dendritic principles

This commit is contained in:
2026-05-06 19:45:03 +02:00
parent d6878abc61
commit e33602e879
8 changed files with 23 additions and 7 deletions
@@ -1,5 +1,11 @@
{ config, ... }:
let
hmModules = config.flake.modules.homeManager;
in
{
flake.modules.nixos.qbittorrent-client = {
home-manager.sharedModules = [ hmModules.qbittorrent-client ];
networking.firewall = {
allowedTCPPorts = [ 43864 ];
allowedUDPPorts = [ 43864 ];