nixos: adjust to 20.09 changes

Most notably the php5 expression needed to be reworked.
This commit is contained in:
steveej 2020-10-18 20:14:11 +02:00
parent 89c9f9e606
commit 405ca2ade4
4 changed files with 47 additions and 24 deletions

View file

@ -12,7 +12,7 @@ in {
options.services.ddclientovh = with lib; {
enable = mkEnableOption "Enable ddclient-ovh";
domain = mkOption {
type = types.string;
type = types.str;
};
};