treewide: Update deprecated options for NixOS 25.05

This commit is contained in:
Katherina Walshe-Grey 2025-05-28 15:50:52 +01:00
parent 6653fed1c2
commit a630607350
4 changed files with 74 additions and 72 deletions

View file

@ -14,7 +14,7 @@ in
pulse.enable = true;
jack.enable = true;
};
hardware.pulseaudio.enable = false; # this theoretically defaults to false but something else seems to be flipping it
services.pulseaudio.enable = false; # this theoretically defaults to false but something else seems to be flipping it
environment.systemPackages = with pkgs; [ helvum ]; # patchbay
};
}