feat(users/flokli/ipu6-softisp): test pipewire & wireplumber
This ensures we also test building pipewire. Change-Id: I7527ca2e4259f26fecd453f5da5d91bbd3862bb3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11178 Reviewed-by: flokli <flokli@flokli.de> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
d4cb83d58b
commit
622efa86fa
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,13 @@ depot.nix.readTree.drvTargets rec {
|
||||||
device = "/dev/disk/by-partlabel/root";
|
device = "/dev/disk/by-partlabel/root";
|
||||||
fsType = "xfs";
|
fsType = "xfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable pipewire and wireplumber.
|
||||||
|
services.pipewire = {
|
||||||
|
enable = true;
|
||||||
|
wireplumber.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Shut off the warning.
|
# Shut off the warning.
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue