Merge branch 'master' of clank:repos/nixos
Merge upstream with Qwark local changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,4 +6,5 @@
|
|||||||
capSysAdmin = true;
|
capSysAdmin = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
programs.noisetorch.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user