refactor: improve formatting in configuration files
Adjusted the parameter formatting in `acme.nix` and `nginx.nix` for better readability and consistency. The changes include standardizing the indentation and spacing for multiline declarations.
This commit is contained in:
parent
1dde4c769e
commit
c9038f19e6
2 changed files with 7 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
credentialsFile = config.sops.secrets.internetbs.path;
|
||||
};
|
||||
certs = {
|
||||
"internal.hoyer.world" = { };
|
||||
"internal.hoyer.world" = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue