changed order
This commit is contained in:
parent
ea719f3994
commit
e6d4878636
@ -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;
|
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user