modules: services: lohr: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 15:11:12 +01:00
parent da5779ba6a
commit 59248dadf4

View file

@ -104,5 +104,9 @@ in
inherit (cfg) port; inherit (cfg) port;
} }
]; ];
my.system.persist.directories = [
"/var/lib/${config.systemd.services.lohr.serviceConfig.StateDirectory}"
];
}; };
} }