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

@@ -151,12 +151,6 @@ with lib;
type = types.nullOr types.bool;
};
};
ocserv = {
enable = mkOption {
default = true;
type = types.nullOr types.bool;
};
};
#########
# SSH #
#########