set the token path

This commit is contained in:
Osman Faruk Bayram 2025-04-03 00:44:33 +03:00
parent 1be0bd4857
commit 13fcdbb413

View file

@ -15,6 +15,7 @@
(lib.mkIf config.myModules.enableCloudflareDyndns {
services.cloudflare-dyndns = {
enable = true;
apiTokenFile = "/persist/cloudflare-dyndns";
};
})
];