Commit c94886514b13
Changed files (2)
secrets
rhea
systems
rhea
secrets/rhea/webdav-password.age
Binary file
systems/rhea/extra.nix
@@ -457,9 +457,8 @@ in
];
rules = [
{
- regex = true;
+ regex = "(\\..*|.*\\.tmp)$"; # Block hidden files and .tmp files
allow = false;
- path = "/(\\..*|.*\\.tmp)$"; # Block hidden files and .tmp files
}
];
};