remove unused option

This commit is contained in:
Shelvacu
2025-02-21 14:08:21 -08:00
committed by Shelvacu on fw
parent 3ffe3682e4
commit dc10a274ae

View File

@@ -28,9 +28,7 @@ in
};
vacu.nix.substituterUrls = mkOption { readOnly = true; };
vacu.nix.trustedKeys = mkOption { readOnly = true; };
vacu.nix.plainOptions = mkOption { };
};
config.vacu.nix.substituterUrls = map (c: c.url) enabledCaches;
config.vacu.nix.trustedKeys = builtins.concatMap (c: c.keys) enabledCaches;
config.vacu.nix.plainOptions.allowUnfree = true;
}