nixos-configs/devices/nos/modules/llm.nix

73 lines
1.9 KiB
Nix
Raw Normal View History

chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
{
pkgs,
self,
...
}: let
tailscaleIP = "100.64.0.4";
in {
imports = [self.nixosModules.wyoming-plus];
# In case tailscale is down
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
services = {
# Speech-to-Text
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
wyoming.faster-whisper = {
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/004b123' (2024-10-22) → 'github:Aylur/astal/306e649' (2024-10-23) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/80942f5' (2024-10-21) → 'github:elchininet/custom-sidebar/5962ac7' (2024-10-24) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/256588e' (2024-10-06) → 'github:matt1432/discord-nightly-overlay/e4547ee' (2024-10-23) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=422f214' (2024-10-22) • Updated input 'gtk-theme-src': 'github:dracula/gtk/e5c95d7' (2024-10-12) → 'github:dracula/gtk/a698492' (2024-10-21) • Updated input 'home-manager': 'github:nix-community/home-manager/1e27f21' (2024-10-20) → 'github:nix-community/home-manager/5ec753a' (2024-10-21) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/1535962' (2024-10-09) → 'github:horriblename/hyprgrass/76063c5' (2024-10-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/62ee5cc' (2024-10-19) → 'github:hyprwm/Hyprland/cdac649' (2024-10-23) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) → 'github:Jovian-Experiments/Jovian-NixOS/82bdda1' (2024-10-21) • Updated input 'material-rounded-theme-src': 'github:Nerwyn/material-rounded-theme/40f93bd' (2024-10-10) → 'github:Nerwyn/material-rounded-theme/c722d1e' (2024-10-23) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/12c2a76' (2024-10-22) → 'github:beecho01/material-symbols/26224d6' (2024-10-23) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/177e270' (2024-10-20) → 'github:fufexan/nix-gaming/af2e2e0' (2024-10-24) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4c2fcb0' (2024-10-18) → 'github:NixOS/nixpkgs/1997e4a' (2024-10-20) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/7c64c3c' (2024-10-20) → 'github:nix-community/nixpkgs-wayland/7832830' (2024-10-23) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c504fd7' (2024-10-20) → 'github:Mic92/sops-nix/d089e74' (2024-10-23) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/2cd0654' (2024-10-05) → 'github:thlucas1/homeassistantcomponent_spotifyplus/188f1ec' (2024-10-22) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/38744c0' (2024-10-21) → 'github:make-all/tuya-local/6ebc191' (2024-10-22) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b → sha256:456898884eb289ef4590e654804e05b84866279495768bf12bc91451ca160329 • ghcr.io/linuxserver/bazarr latest: sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 → sha256:5e915ab0bdf0aed036f2bce05abcfa85e4fb748df982cdbca1e600a77e02ab24 • ghcr.io/linuxserver/prowlarr latest: sha256:806916104582ff18024b1234a0c82e113c160037f0bf0e6c076e14528bbab331 → sha256:1e2fffd859ecd260e4aae4798cf5be75938cd602161d21b1d58122afb397c864 • ghcr.io/linuxserver/sabnzbd latest: sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a → sha256:293517b90ef929178387f07c074c1f88d96d94eac3c1d95944ba2891527c1396 Misc Sources: Vuetorrent: 2.14.1 -> 2.15.0
2024-10-23 23:41:16 -04:00
# FIXME: https://pr-tracker.nelim.org/?pr=350083
package =
(pkgs.wyoming-faster-whisper.override {
python3Packages =
(pkgs.python3.override {
packageOverrides = pyfinal: pyprev: {
faster-whisper = pyprev.faster-whisper.overridePythonAttrs {
version = "unstable-2024-07-26";
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
src = pkgs.fetchFromGitHub {
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/004b123' (2024-10-22) → 'github:Aylur/astal/306e649' (2024-10-23) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/80942f5' (2024-10-21) → 'github:elchininet/custom-sidebar/5962ac7' (2024-10-24) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/256588e' (2024-10-06) → 'github:matt1432/discord-nightly-overlay/e4547ee' (2024-10-23) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=422f214' (2024-10-22) • Updated input 'gtk-theme-src': 'github:dracula/gtk/e5c95d7' (2024-10-12) → 'github:dracula/gtk/a698492' (2024-10-21) • Updated input 'home-manager': 'github:nix-community/home-manager/1e27f21' (2024-10-20) → 'github:nix-community/home-manager/5ec753a' (2024-10-21) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/1535962' (2024-10-09) → 'github:horriblename/hyprgrass/76063c5' (2024-10-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/62ee5cc' (2024-10-19) → 'github:hyprwm/Hyprland/cdac649' (2024-10-23) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) → 'github:Jovian-Experiments/Jovian-NixOS/82bdda1' (2024-10-21) • Updated input 'material-rounded-theme-src': 'github:Nerwyn/material-rounded-theme/40f93bd' (2024-10-10) → 'github:Nerwyn/material-rounded-theme/c722d1e' (2024-10-23) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/12c2a76' (2024-10-22) → 'github:beecho01/material-symbols/26224d6' (2024-10-23) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/177e270' (2024-10-20) → 'github:fufexan/nix-gaming/af2e2e0' (2024-10-24) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4c2fcb0' (2024-10-18) → 'github:NixOS/nixpkgs/1997e4a' (2024-10-20) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/7c64c3c' (2024-10-20) → 'github:nix-community/nixpkgs-wayland/7832830' (2024-10-23) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c504fd7' (2024-10-20) → 'github:Mic92/sops-nix/d089e74' (2024-10-23) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/2cd0654' (2024-10-05) → 'github:thlucas1/homeassistantcomponent_spotifyplus/188f1ec' (2024-10-22) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/38744c0' (2024-10-21) → 'github:make-all/tuya-local/6ebc191' (2024-10-22) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b → sha256:456898884eb289ef4590e654804e05b84866279495768bf12bc91451ca160329 • ghcr.io/linuxserver/bazarr latest: sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 → sha256:5e915ab0bdf0aed036f2bce05abcfa85e4fb748df982cdbca1e600a77e02ab24 • ghcr.io/linuxserver/prowlarr latest: sha256:806916104582ff18024b1234a0c82e113c160037f0bf0e6c076e14528bbab331 → sha256:1e2fffd859ecd260e4aae4798cf5be75938cd602161d21b1d58122afb397c864 • ghcr.io/linuxserver/sabnzbd latest: sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a → sha256:293517b90ef929178387f07c074c1f88d96d94eac3c1d95944ba2891527c1396 Misc Sources: Vuetorrent: 2.14.1 -> 2.15.0
2024-10-23 23:41:16 -04:00
owner = "SYSTRAN";
repo = "faster-whisper";
rev = "d57c5b40b06e59ec44240d93485a95799548af50";
hash = "sha256-C/O+wt3dykQJmH+VsVkpQwEAdyW8goMUMKR0Z3Y7jdo=";
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
};
chore: update flake.lock Flake Inputs: • Updated input 'astal': 'github:Aylur/astal/004b123' (2024-10-22) → 'github:Aylur/astal/306e649' (2024-10-23) • Updated input 'custom-sidebar-src': 'github:elchininet/custom-sidebar/80942f5' (2024-10-21) → 'github:elchininet/custom-sidebar/5962ac7' (2024-10-24) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/256588e' (2024-10-06) → 'github:matt1432/discord-nightly-overlay/e4547ee' (2024-10-23) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=422f214' (2024-10-22) • Updated input 'gtk-theme-src': 'github:dracula/gtk/e5c95d7' (2024-10-12) → 'github:dracula/gtk/a698492' (2024-10-21) • Updated input 'home-manager': 'github:nix-community/home-manager/1e27f21' (2024-10-20) → 'github:nix-community/home-manager/5ec753a' (2024-10-21) • Updated input 'hyprgrass': 'github:horriblename/hyprgrass/1535962' (2024-10-09) → 'github:horriblename/hyprgrass/76063c5' (2024-10-24) • Updated input 'hyprland': 'github:hyprwm/Hyprland/62ee5cc' (2024-10-19) → 'github:hyprwm/Hyprland/cdac649' (2024-10-23) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) → 'github:Jovian-Experiments/Jovian-NixOS/82bdda1' (2024-10-21) • Updated input 'material-rounded-theme-src': 'github:Nerwyn/material-rounded-theme/40f93bd' (2024-10-10) → 'github:Nerwyn/material-rounded-theme/c722d1e' (2024-10-23) • Updated input 'material-symbols-src': 'github:beecho01/material-symbols/12c2a76' (2024-10-22) → 'github:beecho01/material-symbols/26224d6' (2024-10-23) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/177e270' (2024-10-20) → 'github:fufexan/nix-gaming/af2e2e0' (2024-10-24) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4c2fcb0' (2024-10-18) → 'github:NixOS/nixpkgs/1997e4a' (2024-10-20) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/7c64c3c' (2024-10-20) → 'github:nix-community/nixpkgs-wayland/7832830' (2024-10-23) • Updated input 'sops-nix': 'github:Mic92/sops-nix/c504fd7' (2024-10-20) → 'github:Mic92/sops-nix/d089e74' (2024-10-23) • Updated input 'spotifyplus-src': 'github:thlucas1/homeassistantcomponent_spotifyplus/2cd0654' (2024-10-05) → 'github:thlucas1/homeassistantcomponent_spotifyplus/188f1ec' (2024-10-22) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/38744c0' (2024-10-21) → 'github:make-all/tuya-local/6ebc191' (2024-10-22) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b → sha256:456898884eb289ef4590e654804e05b84866279495768bf12bc91451ca160329 • ghcr.io/linuxserver/bazarr latest: sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 → sha256:5e915ab0bdf0aed036f2bce05abcfa85e4fb748df982cdbca1e600a77e02ab24 • ghcr.io/linuxserver/prowlarr latest: sha256:806916104582ff18024b1234a0c82e113c160037f0bf0e6c076e14528bbab331 → sha256:1e2fffd859ecd260e4aae4798cf5be75938cd602161d21b1d58122afb397c864 • ghcr.io/linuxserver/sabnzbd latest: sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a → sha256:293517b90ef929178387f07c074c1f88d96d94eac3c1d95944ba2891527c1396 Misc Sources: Vuetorrent: 2.14.1 -> 2.15.0
2024-10-23 23:41:16 -04:00
pythonRelaxDeps = [
"tokenizers"
"av"
];
};
};
})
.pkgs;
})
.overridePythonAttrs rec {
version = "2.2.0";
src = pkgs.fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-faster-whisper";
rev = "refs/tags/v${version}";
hash = "sha256-G46ycjpRu4MD00FiBM1H0DrPpXaaPlZ8yeoyZ7WYD48=";
};
};
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
servers."en" = {
enable = true;
uri = "tcp://${tailscaleIP}:10300";
chore: update flake.lock Flake Inputs: • Updated input 'agsV2': 'github:Aylur/ags/89b8918' (2024-10-15) → 'github:Aylur/ags/a93f0ac' (2024-10-16) • Updated input 'astal': 'github:Aylur/astal/dcc3870' (2024-10-15) → 'github:Aylur/astal/f763c44' (2024-10-18) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=601219f' (2024-10-14) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=1016597' (2024-10-18) • Updated input 'home-manager': 'github:nix-community/home-manager/e1aec54' (2024-10-14) → 'github:nix-community/home-manager/09a0c0c' (2024-10-18) • Updated input 'hyprland': 'github:hyprwm/Hyprland/01c2ff3' (2024-10-14) → 'github:hyprwm/Hyprland/0e630e9' (2024-10-17) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/2317058' (2024-10-15) → 'github:Jovian-Experiments/Jovian-NixOS/bb69165' (2024-10-17) • Updated input 'libratbag-src': 'github:libratbag/libratbag/9f4789f' (2024-09-24) → 'github:libratbag/libratbag/dcc5def' (2024-10-16) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/2c8d8bb' (2024-10-14) → 'github:fufexan/nix-gaming/79f0e31' (2024-10-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5633bcf' (2024-10-09) → 'github:NixOS/nixpkgs/5785b6b' (2024-10-16) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/b9770ad' (2024-10-15) → 'github:nix-community/nixpkgs-wayland/2535bdd' (2024-10-18) • Updated input 'nvim-theme-src': 'github:Mofiqul/dracula.nvim/fdf503e' (2024-07-12) → 'github:Mofiqul/dracula.nvim/94fa788' (2024-10-16) • Updated input 'tuya-local-src': 'github:make-all/tuya-local/c9a8913' (2024-10-15) → 'github:make-all/tuya-local/587d622' (2024-10-18) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:06ab3f910c5015792942d8c338fd865d3dff1163cea2e8c3efd32330c7775802 → sha256:74c7cddafcf4c8cadad1317f043cd7ed9f675617197051d38812b262a7afd82b • postgres 14: sha256:626046694f31a4a6a92511bbeca43f7e78ea8c6ae2f2ed70bbaa9b9abd5b67ab → sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b • codeberg.org/forgejo/forgejo 9: sha256:1f7c844e1c723ba09411a31f9a3ef8f551e6d77c9ff4f200ef36b870e8c8a3d7 → sha256:085092799d1b25370956972185145607246d692da64c18ef55c2da20eecc855d • rssbridge/rss-bridge latest: sha256:c4fd6ad6e395310cc5d49665bfca638d09ba6cf9d03ad60a5c36361cb7c05251 → sha256:da785b43f43e4f718c525d71453d6b7011db98c68434f02315cb7ee1ecc88889 • nextcloud fpm: sha256:38149fa4fefab1e56a976d37db0bb22a049c4e6faf4e1d755fdc536ff5e7f69a → sha256:29088f7a332ae59f57b0b121bd9d6c6cf0dda1c536c8b7c889f28182e1c26601 • nginx latest: sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 → sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb • onlyoffice/documentserver latest: sha256:b9e3c35eab182d3de822a53b109b0f27070f6eacea3b1388b9c50d1182f638f2 → sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a • ghcr.io/linuxserver/bazarr latest: sha256:d7d431c29d1c94e7009b6b8b1eb5078689416278b5e6664cad864b28b9ead345 → sha256:5baf571c177eda579fbaa080ade2135bce9097bc3c165f92d30e399df64d0bc4 • ghcr.io/linuxserver/sabnzbd latest: sha256:f87f9d4fa0e19f8e7b292638b3fa89cafc4a96d858fbda8106e3cea6343432c1 → sha256:ab4fc46cb5e2702f640b28bdc9b460c98b73a9898dd61f7068229f140c26409a • docker.io/fallenbagel/jellyseerr latest: sha256:319b09a7db75d697bedc41f6784efd47b8f213a26819d636dec2050efe816567 → sha256:8ff28894f9fd28bf36626fb98ddd0ee79d778de22a5dc75d69a845281e19115b Firefox Addons: bitwarden: 2024.9.1 -> 2024.10.0
2024-10-18 19:35:08 -04:00
# see https://github.com/rhasspy/wyoming-faster-whisper/releases/tag/v2.0.0
model = "medium";
language = "en";
device = "cuda";
};
};
# Text-to-Intent
ollama = {
enable = true;
acceleration = "cuda";
host = tailscaleIP;
port = 11434;
loadModels = ["mistral-nemo"];
2024-09-06 10:13:47 -04:00
environmentVariables.OLLAMA_DEBUG = "1";
};
};
}