838 current 2024-07-17 14:13:43 24.11.20240717.7edc243 6.9.8-zen1 *
This commit is contained in:
parent
0b77b405e9
commit
f022bfbbcd
2 changed files with 5 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ in {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
|
"pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\""
|
||||||
"sway-audio-idle-inhibit"
|
"sway-audio-idle-inhibit"
|
||||||
"firefox"
|
"librewolf"
|
||||||
|
"telegram"
|
||||||
"thunderbird"
|
"thunderbird"
|
||||||
"vesktop"
|
"vesktop"
|
||||||
"spotify"
|
"spotify"
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,9 @@ in {
|
||||||
services.nginx.virtualHosts.${cfg.domain} = {
|
services.nginx.virtualHosts.${cfg.domain} = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
extraConfig = ''
|
||||||
|
access_log off;
|
||||||
|
'';
|
||||||
locations."/searx/" = {
|
locations."/searx/" = {
|
||||||
proxyPass = "http://localhost:8080";
|
proxyPass = "http://localhost:8080";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue