mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-04 06:36:25 -05:00
add moduels for solaris
This commit is contained in:
parent
846320eb55
commit
8cd198f1d5
5 changed files with 66 additions and 24 deletions
|
|
@ -27,6 +27,7 @@
|
|||
zsh
|
||||
home-manager
|
||||
findutils
|
||||
pulseaudio
|
||||
];
|
||||
|
||||
# Enable the OpenSSH daemon
|
||||
|
|
@ -53,9 +54,10 @@
|
|||
system.stateVersion = "25.05";
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
pulse.enable = true; # <-- This is the crucial part
|
||||
pulse.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue