Cleanup
This commit is contained in:
parent
9b0bcc56d6
commit
7311a0f94f
|
@ -42,7 +42,7 @@
|
||||||
]
|
]
|
||||||
)}";
|
)}";
|
||||||
|
|
||||||
# Pipewire roc source
|
# # Pipewire roc source
|
||||||
# services.pipewire.extraConfig.pipewire."60-roc-source" = {
|
# services.pipewire.extraConfig.pipewire."60-roc-source" = {
|
||||||
# "context.modules" = [
|
# "context.modules" = [
|
||||||
# {
|
# {
|
||||||
|
@ -61,18 +61,18 @@
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Set firewall ports
|
# # Set firewall ports
|
||||||
networking.firewall = {
|
# networking.firewall = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
allowedTCPPorts = [
|
# allowedTCPPorts = [
|
||||||
10001
|
# 10001
|
||||||
10002
|
# 10002
|
||||||
];
|
# ];
|
||||||
allowedUDPPorts = [
|
# allowedUDPPorts = [
|
||||||
10001
|
# 10001
|
||||||
10002
|
# 10002
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# User for audio mixing
|
# User for audio mixing
|
||||||
users.users.mixer = {
|
users.users.mixer = {
|
||||||
|
@ -100,7 +100,6 @@
|
||||||
ConditionUser = "mixer";
|
ConditionUser = "mixer";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# ExecStart = "${pkgs.wprs}/bin/wprsd --enable-xwayland=true --xwayland-xdg-shell-path=${pkgs.wprs}/bin/xwayland-xdg-shell";
|
|
||||||
ExecStart = "${pkgs.bash}/bin/bash -l -c wprsd --enable-xwayland=true"; # Use login shell to inherit environment
|
ExecStart = "${pkgs.bash}/bin/bash -l -c wprsd --enable-xwayland=true"; # Use login shell to inherit environment
|
||||||
Environment = "\"RUST_BACKTRACE=full\"";
|
Environment = "\"RUST_BACKTRACE=full\"";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
|
|
Loading…
Reference in New Issue