add forgejo microvm

This commit is contained in:
Grigory Shipunov 2025-02-03 17:12:11 +00:00 committed by Grisha Shipunov
parent 9ebfe0c59b
commit 20ac636eb8
9 changed files with 278 additions and 3 deletions

View file

@ -6,6 +6,7 @@ in
imports = [
./auth.nix
./dav.nix
./git.nix
./immich.nix
./news.nix
];
@ -51,8 +52,7 @@ in
# Prevent injection of code in other mime types (XSS Attacks)
add_header X-Content-Type-Options nosniff;
'';
# default vhost
virtualHosts."oxapentane.com" = {
forceSSL = true;
enableACME = true;