nixos: services: podgrab: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 15:20:11 +01:00
parent e2bb819b74
commit 357276bfb7

View file

@ -51,5 +51,10 @@ in
inherit (cfg) port; inherit (cfg) port;
}; };
}; };
my.system.persist.directories = [
config.systemd.services.podgrab.environment.CONFIG
config.systemd.services.podgrab.environment.DATA
];
}; };
} }