mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
salt-minion: link to configuration documentation
This commit is contained in:
parent
e22ccad978
commit
ad67c286e1
@ -26,7 +26,11 @@ in
|
|||||||
configuration = mkOption {
|
configuration = mkOption {
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
default = {};
|
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 New Issue
Block a user