From 13fd0a09c0c2fff061c541a807809f0e4aaf96b5 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Wed, 11 Jun 2025 23:29:25 +0300 Subject: [PATCH] misc update --- flake.nix | 1 + home/yaroslav/Aphelion/mpd.nix | 5 +++++ hosts/Aphelion/sunshine.nix | 1 + 3 files changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 339ac05..af4d6d7 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,7 @@ ./hosts/Aphelion/nvidia.nix ./hosts/Aphelion/sunshine.nix ./hosts/Aphelion/nfs.nix + ./misc/disable_suspend.nix ./desktop/gnome.nix ./home/yaroslav/steam.nix home-manager.nixosModules.home-manager diff --git a/home/yaroslav/Aphelion/mpd.nix b/home/yaroslav/Aphelion/mpd.nix index 6517c77..d5f7bf6 100644 --- a/home/yaroslav/Aphelion/mpd.nix +++ b/home/yaroslav/Aphelion/mpd.nix @@ -9,6 +9,11 @@ type "pipewire" name "PipeWire Sound Server" } + audio_output { + type "pulse" + name "Qwark pulseuadio" + server "192.168.1.94" + } ''; }; } diff --git a/hosts/Aphelion/sunshine.nix b/hosts/Aphelion/sunshine.nix index edd8eaa..418498d 100644 --- a/hosts/Aphelion/sunshine.nix +++ b/hosts/Aphelion/sunshine.nix @@ -6,4 +6,5 @@ capSysAdmin = true; openFirewall = true; }; + programs.noisetorch.enable = true; }