media-server: add vpn module

This commit is contained in:
ooks-io 2024-11-27 22:26:55 +11:00
parent 54469932ca
commit 33e5d8fbea
3 changed files with 46 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
lib,
config,
inputs,
...
}: let
inherit (lib) mkIf elem;
@ -13,6 +14,8 @@ in {
./jellyfin.nix
./transmission.nix
./file-permissions.nix
./vpn.nix
inputs.vpn-confinement.nixosModules.default
];
# short cut for enabling all media-server modules