fix(nixos/ddclient): path -> string
This commit is contained in:
parent
d323003c5c
commit
1558d4be85
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
services.ddclient = {
|
||||
enable = true;
|
||||
|
||||
configFile = /home/marley/ddclient.conf;
|
||||
configFile = "/home/marley/ddclient.conf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue