adding python audio utils
This commit is contained in:
parent
56921846ca
commit
220cf33055
29
README.org
29
README.org
|
@ -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 = [ ... ];
|
||||||
|
|
|
@ -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 = [ ... ];
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue