Compare commits
No commits in common. "5cdd0a185fe5d6c8d066594ffaf95ff0541fbfda" and "6a52f36159fdfebf0fbad44264a308ee004d9e9a" have entirely different histories.
5cdd0a185f
...
6a52f36159
|
@ -18,10 +18,7 @@ in
|
|||
|
||||
# tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# fail2ban
|
||||
services.fail2ban.enable = true;
|
||||
|
||||
|
||||
# nginx reverse proxy
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
@ -40,12 +37,12 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"git.geokkjer.eu" = {
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://apps:3000";
|
||||
};
|
||||
#virtualHosts."geokkjer.eu" = {
|
||||
# default = true;
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
# locations."/".proxyPass = "http://127.0.0.1/";
|
||||
#};
|
||||
};
|
||||
};
|
||||
# acme let's encrypt
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
podman-tui
|
||||
podman-compose
|
||||
podman-desktop
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue