master #81

Merged
astro merged 5 commits from :master into master 2022-11-15 15:24:58 +01:00
1 changed files with 17 additions and 0 deletions
Showing only changes of commit f506118621 - Show all commits

View File

@ -216,5 +216,22 @@ networking.wireguard.interfaces = {
#-----------------------------END-VPN---------------------------------
#-----------------------------ngin-X--------------------------------
# services.nginx = {
# enable = true;
# virtualHosts."bicospacetech.c3d2.de" = {
# default = true;
# forceSSL = true;
# enableACME = true;
# locations."/login" = {
# proxyPass = "http://10.10.11.1:80";
# proxyWebsockets = true;
# };
# };
#-----------------------------ngin-X--------------------------------
system.stateVersion = "22.05";
}