refactor: centralize host and user metadata
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user