feat: podgrab test

This commit is contained in:
Nick 2025-06-22 12:49:28 -05:00
parent 8df5d9c245
commit cc00beef3f
2 changed files with 17 additions and 17 deletions

View file

@ -51,21 +51,21 @@ in
);
};
# fileSystems."/var/lib/${service.name}" = {
# device = service.paths.path0;
# fsType = "none";
# options = [
# "bind"
# ];
# depends = [
# ceres.storage0.mount
# ];
# };
fileSystems."/var/lib/${service.name}" = {
device = service.paths.path0;
fsType = "none";
options = [
"bind"
];
depends = [
ceres.storage0.mount
];
};
# systemd.tmpfiles.rules = [
# "Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
# "Z ${service.sops.path0} 0755 ${service.name} ${service.name} -"
# ];
systemd.tmpfiles.rules = [
"Z ${service.paths.path0} 0755 ${service.name} ${service.name} -"
"Z ${service.sops.path0} 0755 ${service.name} ${service.name} -"
];
networking = {
firewall = {