fix typo & run formatter
This commit is contained in:
parent
25cf85c81d
commit
83735da9fb
|
@ -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 {
|
|||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
hardware.firmware = with pkgs; [
|
||||
alsa-firmware
|
||||
sof-firmware
|
||||
|
|
Loading…
Reference in a new issue