some formatting

This commit is contained in:
2025-01-22 16:38:15 -06:00
parent e1be43a0a5
commit cdd9dac355
25 changed files with 29 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ in
|> builtins.filter (file: builtins.match ".*\\.nix" file != null)
|> map (file: import ./homepage/bookmarks/${file});
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg // { });
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
};
};
}