This commit is contained in:
Vivian 2024-07-07 10:08:10 +02:00
parent a3283256b4
commit cfc82b3817
26 changed files with 172 additions and 1673 deletions

View file

@ -1,8 +1,8 @@
{ config, pkgs, lib, ... }:
with lib;
let cfg = config.services.flood;
let cfg = config.services.v.flood;
in {
options.services.flood = {
options.services.v.flood = {
enable = mkEnableOption "flood";
user = mkOption {
@ -94,7 +94,7 @@ in {
type = types.bool;
default = false;
description = ''
Enable SSL.
Enable SSL.
key.pem and fullchain.pem needed in runtime directory.
'';
};