nix-config/modules/nix/vpn/default.nix
2025-07-10 16:20:06 +02:00

7 lines
69 B
Nix

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