updates
This commit is contained in:
parent
0d14b1a2de
commit
774d96444e
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@ in {
|
|||
|
||||
systemd.services.rtorrent.after = [ "nfs-client.target" ];
|
||||
|
||||
services.flood = {
|
||||
services.v.flood = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue