This commit is contained in:
catvayor 2024-06-19 08:34:47 +02:00
parent 1d62b2065f
commit c032e84459
8 changed files with 165 additions and 10 deletions

View file

@ -107,12 +107,20 @@
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
security.acme = {
acceptTerms = true;
defaults.email = "root@katvayor.net";
};
services.nginx = {
enable = true;
virtualHosts = {
"degette.katvayor.net".locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://192.168.122.2/";
"degette.katvayor.net" = {
enableACME = true;
addSSL = true;
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://192.168.122.2/";
};
};
"traque.katvayor.net".locations."/" = {
recommendedProxySettings = true;