changed order

This commit is contained in:
Kristian Krsnik 2023-08-13 16:41:43 +02:00
parent ea719f3994
commit e6d4878636
1 changed files with 1 additions and 1 deletions

View File

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