Sha256: f405b5ed8b71e4b74a849f0f7371f313dafec8ce8e5d4c3499e551ee6613dd57
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
{ config, lib, ... }: with lib; { options = { confctl = { list.columns = mkOption { type = types.listOf types.str; default = [ "name" "spin" "host.fqdn" ]; description = '' Configure which columns should <literal>confctl ls</literal> show. Names correspond to options within <literal>cluster.<name></literal> module. ''; }; }; }; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
confctl-2.0.0 | nix/modules/confctl/cli.nix |
confctl-1.0.0 | nix/modules/confctl/cli.nix |