Merge branch 'master' of clank:repos/nixos

Merge upstream with Qwark local changes
This commit is contained in:
yaroslav
2025-06-12 11:46:04 +03:00
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@
./hosts/Aphelion/nvidia.nix ./hosts/Aphelion/nvidia.nix
./hosts/Aphelion/sunshine.nix ./hosts/Aphelion/sunshine.nix
./hosts/Aphelion/nfs.nix ./hosts/Aphelion/nfs.nix
./misc/disable_suspend.nix
./desktop/gnome.nix ./desktop/gnome.nix
./home/yaroslav/steam.nix ./home/yaroslav/steam.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
+5
View File
@@ -9,6 +9,11 @@
type "pipewire" type "pipewire"
name "PipeWire Sound Server" name "PipeWire Sound Server"
} }
audio_output {
type "pulse"
name "Qwark pulseuadio"
server "192.168.1.94"
}
''; '';
}; };
} }
+1
View File
@@ -6,4 +6,5 @@
capSysAdmin = true; capSysAdmin = true;
openFirewall = true; openFirewall = true;
}; };
programs.noisetorch.enable = true;
} }