nix-config/modules/nix/vpn/default.nix
smayzy d4d2f6d51c
All checks were successful
nix flake show / show-flake (push) Successful in 31s
mv tor to modules
2025-07-21 15:42:52 +02:00

9 lines
103 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./mullvad.nix
./wireguard.nix
./tor.nix
];
}