removed empty lines
This commit is contained in:
@@ -13,7 +13,6 @@ in
|
||||
./gitea-actions-runners/ryujinx.nix
|
||||
./gitea-actions-runners/nixos.nix
|
||||
];
|
||||
|
||||
options.my.servers.gitea = setup.mkOptions "gitea" "git" 9083;
|
||||
config = {
|
||||
sops.secrets = lib.mkIf cfg.enable { gitea.sopsFile = ../../secrets/env.yaml; };
|
||||
|
||||
@@ -51,12 +51,10 @@ in
|
||||
# in this example we are using a hostname which is resolved via DNS
|
||||
# (if you aren't using DNS remove the resolver line and change the variable to point to an IP address
|
||||
resolver ${cfg.ip} valid=30;
|
||||
|
||||
location = / {
|
||||
return 302 http://$host/web/;
|
||||
#return 302 https://$host/web/;
|
||||
}
|
||||
|
||||
location = /web/ {
|
||||
# Proxy main Jellyfin traffic
|
||||
proxy_pass ${cfg.local}/web/index.html;
|
||||
|
||||
@@ -213,7 +213,6 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
virtualisation.oci-containers.containers = {
|
||||
|
||||
Reference in New Issue
Block a user