nixos: adjust to 20.09 changes
Most notably the php5 expression needed to be reworked.
This commit is contained in:
parent
89c9f9e606
commit
405ca2ade4
4 changed files with 47 additions and 24 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
options.services.ddclientovh = with lib; {
|
||||
enable = mkEnableOption "Enable ddclient-ovh";
|
||||
domain = mkOption {
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue