nix-config/modules/nix/networking/default.nix
smayzy 058f8318e5
All checks were successful
nixos config pipeline / show-flake (push) Successful in 25s
nixos config pipeline / deploy (push) Successful in 6s
clean qbittorrent
2026-02-28 16:09:18 +01:00

8 lines
70 B
Nix

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