⬆️ [shared] Upgrade to NixOS 25.05
This commit is contained in:
@ -13,8 +13,6 @@
|
||||
spotify
|
||||
];
|
||||
|
||||
hardware.pulseaudio.enable = false; # Will be moved to services in 25.05
|
||||
|
||||
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
|
||||
|
||||
services = {
|
||||
@ -28,6 +26,6 @@
|
||||
# Uncomment the following line if you want to use JACK applications
|
||||
# jack.enable = true;
|
||||
};
|
||||
# pulseaudio.enable = false; # TODO uncommenct at 25.05
|
||||
pulseaudio.enable = false; # Will be moved to services in 25.05
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user