chore(3p/sources): bump channels & overlays (2024-09-10)
Includes the following fixes: * users/wpcarro: disable pulseaudio option (can't have pipewire _and_ PA) * users/aspen: disable pipewire (there's PA config here, so whatever) * bump wasm-bindgen in Rust frontend projects * users/tazjin: disable builds for frog (it's in storage) Change-Id: Ia508b14b84619d06c1d98f7245e84d66bc791592 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12466 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
parent
7fa52f5933
commit
374cde20f2
17 changed files with 198 additions and 377 deletions
|
@ -76,9 +76,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
users.mutableUsers = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = with wpcarro.keys; [
|
||||
iphone
|
||||
|
|
|
@ -79,9 +79,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
users.mutableUsers = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = with wpcarro.keys; [
|
||||
iphone
|
||||
|
|
|
@ -79,9 +79,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
users.mutableUsers = true;
|
||||
users.users.wpcarro = {
|
||||
isNormalUser = true;
|
||||
|
|
|
@ -72,9 +72,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Enable sound.
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
users.mutableUsers = true;
|
||||
users.users.root.openssh.authorizedKeys.keys = with wpcarro.keys; [
|
||||
ava
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue