formatting.
This commit is contained in:
parent
487fe1f4c2
commit
1e6a1e3f93
5 changed files with 22 additions and 23 deletions
|
@ -8,7 +8,7 @@
|
|||
imports = [
|
||||
../../configs/nixos/nginx.nix
|
||||
];
|
||||
services.nginx.clientMaxBodySize="100m";
|
||||
services.nginx.clientMaxBodySize = "100m";
|
||||
services.nginx.virtualHosts = {
|
||||
"gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
|
|
|
@ -25,7 +25,7 @@ in {
|
|||
sopsFile = "${inputs.nix-secrets}/restic-server";
|
||||
format = "binary";
|
||||
path = "/backup/restic/.htpasswd";
|
||||
owner="restic";
|
||||
owner = "restic";
|
||||
};
|
||||
secrets.restic-url = {
|
||||
sopsFile = "${inputs.nix-secrets}/restic-client.yaml";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue