fix typo & run formatter

This commit is contained in:
chaos 2024-04-02 18:26:03 +02:00
parent 25cf85c81d
commit 83735da9fb
No known key found for this signature in database
2 changed files with 22 additions and 23 deletions

View file

@ -49,7 +49,8 @@ in {
virtualHosts."freshrss.owo.monster" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://${containerIP}:80/";
locations."/" = {
proxyPass = "http://${containerIP}:80/";
proxyWebsockets = true;
recommendedProxySettings = true;
extraConfig = ''
@ -71,4 +72,5 @@ in {
'';
};
};
};
}

View file

@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
hardware.firmware = with pkgs; [
alsa-firmware
sof-firmware