adding python audio utils

This commit is contained in:
Chris Cochrun 2022-10-06 09:39:00 -05:00
parent 56921846ca
commit 220cf33055
3 changed files with 35 additions and 26 deletions

View file

@ -353,6 +353,9 @@ bottles
jitsi-meet-electron jitsi-meet-electron
imv imv
feh feh
tagutil
python310Packages.mutagen
python310Packages.audiotools
mpv mpv
nerdfonts nerdfonts
latte-dock latte-dock
@ -923,19 +926,19 @@ imports =
services.openssh.enable = true; services.openssh.enable = true;
services.caddy = { # services.caddy = {
enable = true; # enable = true;
virtualHosts = { # virtualHosts = {
"videosdani.tfcconnection.org".extraConfig = '' # "videosdani.tfcconnection.org".extraConfig = ''
reverse_proxy localhost:9000 # reverse_proxy localhost:9000
''; # '';
}; # };
virtualHosts = { # virtualHosts = {
"videosdani.tfcconnection.org:1935".extraConfig = '' # "videosdani.tfcconnection.org:1935".extraConfig = ''
reverse_proxy localhost:1935 # reverse_proxy localhost:1935
''; # '';
}; # };
}; # };
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];

View file

@ -243,6 +243,9 @@ imports =
jitsi-meet-electron jitsi-meet-electron
imv imv
feh feh
tagutil
python310Packages.mutagen
python310Packages.audiotools
mpv mpv
nerdfonts nerdfonts
latte-dock latte-dock
@ -442,19 +445,19 @@ imports =
services.openssh.enable = true; services.openssh.enable = true;
services.caddy = { # services.caddy = {
enable = true; # enable = true;
virtualHosts = { # virtualHosts = {
"videosdani.tfcconnection.org".extraConfig = '' # "videosdani.tfcconnection.org".extraConfig = ''
reverse_proxy localhost:9000 # reverse_proxy localhost:9000
''; # '';
}; # };
virtualHosts = { # virtualHosts = {
"videosdani.tfcconnection.org:1935".extraConfig = '' # "videosdani.tfcconnection.org:1935".extraConfig = ''
reverse_proxy localhost:1935 # reverse_proxy localhost:1935
''; # '';
}; # };
}; # };
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];

View file

@ -258,6 +258,9 @@
jitsi-meet-electron jitsi-meet-electron
imv imv
feh feh
tagutil
python310Packages.mutagen
python310Packages.audiotools
mpv mpv
nerdfonts nerdfonts
latte-dock latte-dock