nix-config/modules/nix/networking/default.nix
smayzy 2535c0966b
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 36s
add qbittorrent
2025-11-01 17:16:49 +01:00

9 lines
92 B
Nix

{ ... }:
{
imports = [
./openssh.nix
./wireshark.nix
./qbittorrent.nix
];
}