mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
salt-minion: link to configuration documentation
This commit is contained in:
parent
e22ccad978
commit
ad67c286e1
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@ in
|
|||
configuration = mkOption {
|
||||
type = types.attrs;
|
||||
default = {};
|
||||
description = "Salt minion configuration as Nix attribute set.";
|
||||
description = ''
|
||||
Salt minion configuration as Nix attribute set.
|
||||
See <link xlink:href="https://docs.saltstack.com/en/latest/ref/configuration/minion.html"/>
|
||||
for details.
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue