Removing leftover cuda stuff and adding vscodium to server for remote access.
This commit is contained in:
parent
dc3eebb742
commit
6252eda060
2 changed files with 1 additions and 9 deletions
|
|
@ -1,15 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "FredOS NixOS configuration";
|
description = "FredOS NixOS configuration";
|
||||||
|
|
||||||
nixConfig = {
|
|
||||||
extra-substituters =[
|
|
||||||
"https://cuda-maintainers.cachix.org"
|
|
||||||
];
|
|
||||||
extra-trusted-public-keys =[
|
|
||||||
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
home-manager-stable = {
|
home-manager-stable = {
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
matugen
|
matugen
|
||||||
usbutils
|
usbutils
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
vscodium
|
||||||
(pkgs.writeShellScriptBin "transcode-hevc" ''
|
(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"
|
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} "$@"
|
exec ${pkgs.bash}/bin/bash ${../scripts/transcode-hevc.sh} "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue