nixos: services: podgrab: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 15:20:11 +01:00
parent 1fdfbe1faa
commit e7683ddd9b

View file

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