Compare commits
No commits in common. "5bb41b22b47b4d5f98144156cb3142f697b42968" and "303e6196c972c1a2af0e00c17f5d2f2f9456981e" have entirely different histories.
5bb41b22b4
...
303e6196c9
5 changed files with 7 additions and 8 deletions
|
@ -29,7 +29,6 @@ alias dlcd = yt-dlp
|
||||||
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
alias up = rpaste -s "https://i.flake.sh/" -e 1day
|
||||||
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
|
alias shorten = rpaste -s "https://i.flake.sh/" -e 1day -u
|
||||||
alias tail = tspin
|
alias tail = tspin
|
||||||
alias grep = rg
|
|
||||||
nitch
|
nitch
|
||||||
|
|
||||||
$env.config = {
|
$env.config = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./services
|
./services
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{...}: {
|
||||||
networking.firewall.allowedTCPPorts = [8025];
|
networking.firewall.allowedTCPPorts = [8025];
|
||||||
virtualisation.oci-containers.containers.justlog = {
|
virtualisation.oci-containers.containers.justlog = {
|
||||||
image = "ghcr.io/gempir/justlog";
|
image = "ghcr.io/gempir/justlog";
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{config, ...}: {
|
||||||
sops.secrets.neko-admin = {};
|
sops.secrets.neko-admin = {};
|
||||||
networking.firewall.allowedTCPPorts = [8085];
|
networking.firewall.allowedTCPPorts = [8085];
|
||||||
networking.firewall.allowedUDPPorts = [52000 52100];
|
networking.firewall.allowedUDPPorts = [52000 52100];
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jellyfin-rpc";
|
pname = "jellyfin-rpc";
|
||||||
version = "0.15.5";
|
version = "0.14.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Radiicall";
|
owner = "Radiicall";
|
||||||
repo = "jellyfin-rpc";
|
repo = "jellyfin-rpc";
|
||||||
rev = "fcb13733e049153a111d8d4116324c3b02be9530";
|
rev = "04b412fb08268e9ee9e0aebfb72ea06e7284275a";
|
||||||
sha256 = "sha256-LQFXG5P4V2M6TVPyvCl2XMM70K61Z1sCyyLc05Twl4M=";
|
sha256 = "sha256-EcydqJoeLEfY40UHermU8jw7PHAAii8YQR/m4q9S1vo=";
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-uswD0PAoJ6x6bu7766QPdWB0CnINBaRAlkeEdNrC9xw=";
|
cargoHash = "sha256-C+ZWYNW9tWol8n5y2q+qx0ava8fn3hqEzCxIEtCJDTw=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Displays the content you're currently watching on Discord!";
|
description = "Displays the content you're currently watching on Discord!";
|
||||||
|
|
Loading…
Reference in a new issue