treewide: drop redundant parentheses and eta-expand

This commit is contained in:
2026-07-24 15:28:35 +08:00
parent 9a493b48b9
commit fdabea8247
3 changed files with 11 additions and 14 deletions
+2 -3
View File
@@ -6,15 +6,14 @@
...
}:
{
nixpkgs.config.permittedInsecurePackages = (
nixpkgs.config.permittedInsecurePackages =
lib.warn
''
mautrix-telegram still using olm-3.2.16
''
[
"olm-3.2.16"
]
);
];
sops.secrets.tuwunel-reg-token = {
sopsFile = secrets.tuwunel-reg-token;
restartUnits = [ "tuwunel.service" ];