Compare commits

..

No commits in common. "0e5facabbe5c363428bb38618b6aedd5a00d70aa" and "35dad5550d2864bc43765391da6fcf6551b6b032" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -114,7 +114,7 @@
packages = with pkgs; [ packages = with pkgs; [
discord teamviewer evince koodo-reader distrobox discord teamviewer evince koodo-reader distrobox
# Browsers # Browsers
firefox chromium firefox chromium librewolf
# Monitoring tools # Monitoring tools
htop glances bottom fwupd htop glances bottom fwupd
# shells & terminals # shells & terminals

View file

@ -52,19 +52,13 @@ in
enableACME = true; enableACME = true;
locations."/".proxyPass = "http://apps:3000"; locations."/".proxyPass = "http://apps:3000";
}; };
#"geokkjer.eu" = {
# default = true;
# forceSSL = true;
# enableACME = true;
# locations."/".proxyPass = "/var/wwww/homepage/";
#};
}; };
}; };
# acme let's encrypt # acme let's encrypt
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults = { defaults = {
email = "geir@geokkjer.eu"; email = "geokkjer@gmail.com";
}; };
}; };
} }