feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 01:44:17 -05:00
parent 45d8cfa133
commit eb9f5235ef

View file

@ -36,6 +36,8 @@ in
}; };
}; };
}; };
};
sops = sops =
let let
sopsPath = secret: { sopsPath = secret: {
@ -57,7 +59,7 @@ in
] ]
); );
}; };
};
fileSystems."/var/lib/${service.name}" = { fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0; device = service.paths.path0;
fsType = "none"; fsType = "none";