nixos: services: podgrab: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 15:20:11 +01:00
parent 62d9ea8939
commit 70d65805d7

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