diff --git a/flake.nix b/flake.nix index 3e7d0d1..08f7325 100644 --- a/flake.nix +++ b/flake.nix @@ -1,15 +1,6 @@ { description = "FredOS NixOS configuration"; - nixConfig = { - extra-substituters =[ - "https://cuda-maintainers.cachix.org" - ]; - extra-trusted-public-keys =[ - "cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E=" - ]; - }; - inputs = { nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; home-manager-stable = { diff --git a/hosts/FredOS-Mediaserver.nix b/hosts/FredOS-Mediaserver.nix index ed2cba0..38a64ca 100644 --- a/hosts/FredOS-Mediaserver.nix +++ b/hosts/FredOS-Mediaserver.nix @@ -20,6 +20,7 @@ matugen usbutils lm_sensors + vscodium (pkgs.writeShellScriptBin "transcode-hevc" '' export PATH="${pkgs.jellyfin-ffmpeg}/bin:${pkgs.coreutils}/bin:${pkgs.findutils}/bin:${pkgs.gnugrep}/bin:${pkgs.gawk}/bin:${pkgs.bc}/bin:${pkgs.curl}/bin:$PATH" exec ${pkgs.bash}/bin/bash ${../scripts/transcode-hevc.sh} "$@"