nixfiles/config/modules/meta/secrets.nix
2021-09-04 19:34:09 +01:00

5 lines
105 B
Nix

{ config, lib, ... }: with lib; {
options.kw.secrets.command = mkOption {
type = types.str;
};
}