modules: services: podgrab: persist data
This commit is contained in:
parent
7234b09b28
commit
e9f187e65b
1 changed files with 5 additions and 0 deletions
|
|
@ -37,5 +37,10 @@ in
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
my.system.persist.directories =
|
||||||
|
builtins.map
|
||||||
|
(d: "/var/lib/${d}")
|
||||||
|
config.systemd.services.podgrab.serviceConfig.StateDirectory;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue