modules: services: flood: persist data

This commit is contained in:
Bruno BELANYI 2021-11-03 14:43:16 +01:00
parent aa3c0574d6
commit 222f413950

View file

@ -46,5 +46,9 @@ in
inherit (cfg) port; inherit (cfg) port;
} }
]; ];
my.system.persist.directories = [
"/var/lib/${cfg.stateDir}"
];
}; };
} }