Compare commits

...

5 commits

Author SHA1 Message Date
5bb41b22b4
default: fmt
Some checks failed
flake check / check (push) Failing after 4m45s
fmt check / check (push) Successful in 46s
2023-12-22 23:48:10 -05:00
83235af8c0
justlog: fmt 2023-12-22 23:48:07 -05:00
636f3a7a5e
neko: fmt 2023-12-22 23:48:02 -05:00
cb9105971f
jellyfin-rpc: bump version 2023-12-22 23:47:50 -05:00
7a1d6199db
nushell: add grep alias 2023-12-22 23:47:23 -05:00
5 changed files with 8 additions and 7 deletions

View file

@ -29,6 +29,7 @@ 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 = {

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { _: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./services ./services

View file

@ -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";

View file

@ -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];

View file

@ -5,15 +5,15 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jellyfin-rpc"; pname = "jellyfin-rpc";
version = "0.14.6"; version = "0.15.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Radiicall"; owner = "Radiicall";
repo = "jellyfin-rpc"; repo = "jellyfin-rpc";
rev = "04b412fb08268e9ee9e0aebfb72ea06e7284275a"; rev = "fcb13733e049153a111d8d4116324c3b02be9530";
sha256 = "sha256-EcydqJoeLEfY40UHermU8jw7PHAAii8YQR/m4q9S1vo="; sha256 = "sha256-LQFXG5P4V2M6TVPyvCl2XMM70K61Z1sCyyLc05Twl4M=";
}; };
cargoHash = "sha256-C+ZWYNW9tWol8n5y2q+qx0ava8fn3hqEzCxIEtCJDTw="; cargoHash = "sha256-uswD0PAoJ6x6bu7766QPdWB0CnINBaRAlkeEdNrC9xw=";
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!";