base configuration

This commit is contained in:
Dennis Wuitz
2023-12-23 06:49:01 +01:00
commit 75405396d2
33 changed files with 2420 additions and 0 deletions

9
modules/openvpn.nix Normal file
View File

@ -0,0 +1,9 @@
{ config, lib, ... }:
let
cfg = config.services.openvpn;
in
{
# TODO: OpenVPN
}