838 current 2024-07-17 14:13:43 24.11.20240717.7edc243 6.9.8-zen1 *

This commit is contained in:
zack 2024-07-17 14:13:51 -04:00
parent 0b77b405e9
commit f022bfbbcd
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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";
}; };