mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[UPGRADE/General] Upgrade to 22.05
Fix incompatible options Enable flakes by default !
This commit is contained in:
parent
c84b845d12
commit
b47462f73c
5 changed files with 10 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ in {
|
|||
jack.enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = mkDefault true;
|
||||
media-session.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
security.rtkit.enable = true; # Real-time support for pipewire
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ in {
|
|||
services.packagekit.enable = true;
|
||||
|
||||
networking.networkmanager = {
|
||||
packages = [
|
||||
plugins = [
|
||||
pkgs.networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue