nixos: services: lohr: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 15:11:12 +01:00
parent 51de6ccdcd
commit fffa000c67

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}"
];
}; };
} }