spec(eientei): enable tubesync

This commit is contained in:
514fpv 2024-02-22 00:45:24 +08:00
parent 120af7cd51
commit 3fdf9e5b48
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -0,0 +1,8 @@
{
services.tubesync = {
enable = true;
stateDir = "/nix/persist/service/tubesync";
};
global.fs.zfs.mountpoints."/nix/persist/service/tubesync" = "service/tubesync";
}