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

@@ -33,9 +33,6 @@ jsonData: { lib, ... }:
jitsi = {
enable = lib.attrsets.attrByPath [ "jitsi" "enable" ] false jsonData;
};
ocserv = {
enable = lib.attrsets.attrByPath [ "ocserv" "enable" ] false jsonData;
};
ssh = {
enable = lib.attrsets.attrByPath [ "ssh" "enable" ] true jsonData;
rootKeys = lib.attrsets.attrByPath [ "ssh" "rootKeys" ] [ "" ] jsonData;