refactor: centralize host and user metadata

This commit is contained in:
2026-04-21 12:12:43 +02:00
parent 5cfd4d01c8
commit 6332c96d3e
33 changed files with 805 additions and 479 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
flake.modules.nixos.qbittorrentClient = {
flake.modules.nixos."qbittorrent-client" = {
networking.firewall = {
allowedTCPPorts = [ 43864 ];
allowedUDPPorts = [ 43864 ];
};
};
flake.modules.homeManager.qbittorrentClient =
flake.modules.homeManager."qbittorrent-client" =
{ pkgs, ... }:
{
home.packages = [ pkgs.qbittorrent ];