formatting.

This commit is contained in:
Gabe Venberg 2024-10-21 16:06:30 +02:00
parent 487fe1f4c2
commit 1e6a1e3f93
5 changed files with 22 additions and 23 deletions

View file

@ -8,7 +8,7 @@
imports = [
../../configs/nixos/nginx.nix
];
services.nginx.clientMaxBodySize="100m";
services.nginx.clientMaxBodySize = "100m";
services.nginx.virtualHosts = {
"gabevenberg.com" = {
enableACME = true;

View file

@ -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";