nix-infra/config/hosts/torrent/qbittorrent-nox/default.nix

9 lines
83 B
Nix

{ ... }:
{
imports = [
./nginx.nix
./services.nix
./users.nix
];
}