This commit is contained in:
2026-02-13 15:26:27 -05:00
parent c01b2336a7
commit 62a91a8615
5 changed files with 7 additions and 17 deletions

View File

@@ -26,10 +26,7 @@ let
serviceName: zpool: dirs:
{ ... }:
{ };
serviceFilePerms =
serviceName: tmpfilesRules:
{ ... }:
{ };
serviceFilePerms = serviceName: tmpfilesRules: { ... }: { };
optimizePackage = pkg: pkg; # No-op for testing
}
);