From 220cf33055710be079d37eaa84a8732a3b2f2ffa Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 6 Oct 2022 09:39:00 -0500 Subject: [PATCH] adding python audio utils --- README.org | 29 ++++++++++++++++------------- system/kaladin/configuration.nix | 29 ++++++++++++++++------------- system/syl/configuration.nix | 3 +++ 3 files changed, 35 insertions(+), 26 deletions(-) diff --git a/README.org b/README.org index 95610f7..1fb7c0d 100644 --- a/README.org +++ b/README.org @@ -353,6 +353,9 @@ bottles jitsi-meet-electron imv feh +tagutil +python310Packages.mutagen +python310Packages.audiotools mpv nerdfonts latte-dock @@ -923,19 +926,19 @@ imports = services.openssh.enable = true; - services.caddy = { - enable = true; - virtualHosts = { - "videosdani.tfcconnection.org".extraConfig = '' - reverse_proxy localhost:9000 - ''; - }; - virtualHosts = { - "videosdani.tfcconnection.org:1935".extraConfig = '' - reverse_proxy localhost:1935 - ''; - }; - }; + # services.caddy = { + # enable = true; + # virtualHosts = { + # "videosdani.tfcconnection.org".extraConfig = '' + # reverse_proxy localhost:9000 + # ''; + # }; + # virtualHosts = { + # "videosdani.tfcconnection.org:1935".extraConfig = '' + # reverse_proxy localhost:1935 + # ''; + # }; + # }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 1c06f28..0693c9f 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -243,6 +243,9 @@ imports = jitsi-meet-electron imv feh + tagutil + python310Packages.mutagen + python310Packages.audiotools mpv nerdfonts latte-dock @@ -442,19 +445,19 @@ imports = services.openssh.enable = true; - services.caddy = { - enable = true; - virtualHosts = { - "videosdani.tfcconnection.org".extraConfig = '' - reverse_proxy localhost:9000 - ''; - }; - virtualHosts = { - "videosdani.tfcconnection.org:1935".extraConfig = '' - reverse_proxy localhost:1935 - ''; - }; - }; + # services.caddy = { + # enable = true; + # virtualHosts = { + # "videosdani.tfcconnection.org".extraConfig = '' + # reverse_proxy localhost:9000 + # ''; + # }; + # virtualHosts = { + # "videosdani.tfcconnection.org:1935".extraConfig = '' + # reverse_proxy localhost:1935 + # ''; + # }; + # }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 7458759..0135da8 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -258,6 +258,9 @@ jitsi-meet-electron imv feh + tagutil + python310Packages.mutagen + python310Packages.audiotools mpv nerdfonts latte-dock