Update OS
All checks were successful
check / check (push) Successful in 43s

This commit is contained in:
Florian RICHER 2024-07-18 19:02:05 +02:00
parent 4ac5527aca
commit 9cd4e0d972
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 10 additions and 11 deletions

View file

@ -12,7 +12,6 @@ in
};
config = mkIf cfg.enable {
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@ -28,4 +27,4 @@ in
#media-session.enable = true;
};
};
}
}