diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 1be00b8..e6a8c11 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -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 diff --git a/proxy/configuration.nix b/proxy/configuration.nix index 5804e04..95782ea 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -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"; }; }; }