Fold more logic into the tagging system
This commit is contained in:
parent
3398c611b7
commit
7999794410
14 changed files with 60 additions and 25 deletions
|
@ -7,7 +7,7 @@
|
|||
support32Bit = true;
|
||||
};
|
||||
pulse.enable = true;
|
||||
#jack.enable = true;
|
||||
jack.enable = builtins.elem "production" config.system.nixos.tags;
|
||||
wireplumber.extraConfig."wireplumber.settings"."bluetooth.autoswitch-to-headset-profile" = false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
enable = !config.networking.networkmanager.enable;
|
||||
userControlled.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue