nix-configs/modules/system/meta.nix
Lucy Hochkamp 0147729915
Some checks failed
ci/woodpecker/push/build-cache Pipeline failed
update
2025-10-23 16:28:39 +02:00

8 lines
172 B
Nix

{lib,...}: with lib;{
options.xyno.meta = {
sopsKey = mkOption { type = types.text; };
};
config = {
sops.defaultSopsFile = ../../secrets/common.yaml;
};
}