Merge pull request #515 from genebean/upgrade

Upgrading to 25.05
This commit is contained in:
Gene Liverman 2025-06-12 07:08:48 -04:00 committed by GitHub
commit 1d33b889a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 126 additions and 96 deletions

View file

@ -128,7 +128,6 @@ in {
];
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -136,6 +135,7 @@ in {
alsa.support32Bit = true;
pulse.enable = true;
};
services.pulseaudio.enable = false;
programs.mtr.enable = true;