nix-configs/modules/system/meta.nix
Lucy Hochkamp fce1065120
All checks were successful
ci/woodpecker/push/build-cache Pipeline was successful
update
2025-10-23 16:20:45 +02:00

8 lines
172 B
Nix

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