changed order

This commit is contained in:
Kristian Krsnik 2023-08-13 16:41:43 +02:00
parent ea719f3994
commit e6d4878636

View File

@ -58,6 +58,7 @@ outputs = {
dyn-gandi.nixosModules.default dyn-gandi.nixosModules.default
{ {
dyn-gandi.enable = true; dyn-gandi.enable = true;
dyn-gandi.timer = 300;
dyn-gandi.settings = { dyn-gandi.settings = {
api = { api = {
"/path/to/a/file/containing/api_key" = { "/path/to/a/file/containing/api_key" = {
@ -71,7 +72,6 @@ outputs = {
ttl = 3600; ttl = 3600;
log_path = "/path/to/log/file"; log_path = "/path/to/log/file";
}; };
dyn-gandi.timer = 300;
} }
... ...
]; ];