nixos/dae: add confgFile option
Co-authored-by: oluceps <nixos@oluceps.uk>
This commit is contained in:
parent
173ff5d2dd
commit
8f070876da
@ -69,6 +69,14 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
configFile = mkOption {
|
||||
type = types.path;
|
||||
default = "/etc/dae/config.dae";
|
||||
example = "/path/to/your/config.dae";
|
||||
description = mdDoc ''
|
||||
The path of dae config file, end with `.dae`.
|
||||
'';
|
||||
};
|
||||
|
||||
config = mkOption {
|
||||
type = types.str;
|
||||
|
Loading…
Reference in New Issue
Block a user