move ocserv to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-01 08:42:03 +04:00
parent 4cbe63ac64
commit b458458c30
8 changed files with 73 additions and 63 deletions

View File

@@ -0,0 +1,9 @@
{
description = "PoC SP module for OpenConnect VPN server (ocserv)";
outputs = { self }: {
nixosModules.default = import ./module.nix;
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
};
}