Disable xpra: need new impl.
Current implementation of xpra overrides sddm && overrides system sound preferences to enable pulseaudio (not necessary)
parent
d52352c50c
commit
749232ed04
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, lib, ...}: {
|
{ config, pkgs, lib, ...}: {
|
||||||
services.xserver.displayManager.xpra = {
|
services.xserver.displayManager.xpra = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
# Where to bind port/address:
|
# Where to bind port/address:
|
||||||
bindTcp = "127.0.0.1:10000";
|
bindTcp = "127.0.0.1:10000";
|
||||||
|
@ -9,6 +9,6 @@
|
||||||
auth = "pam";
|
auth = "pam";
|
||||||
|
|
||||||
# Should sound be streamed?
|
# Should sound be streamed?
|
||||||
pulseaudio = true;
|
pulseaudio = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue