nixos-configs/devices/nas/modules/qbittorrent/default.nix

6 lines
50 B
Nix
Raw Normal View History

{...}: {
imports = [
./wireguard.nix
];
}