infrastructure/nixos-configurations/cyprianspitz/applications/vpn.nix

5 lines
60 B
Nix
Raw Normal View History

2024-10-02 15:52:04 +02:00
{ config, pkgs, ... }:
{
qois.vpn-server.enable = true;
}