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; [
discord teamviewer evince koodo-reader distrobox
# Browsers
firefox chromium
firefox chromium librewolf
# Monitoring tools
htop glances bottom fwupd
# shells & terminals

View file

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