From 374659da9ecd61066b9061c265854c3d9979ff33 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:41:11 +0200 Subject: [PATCH] update packages, nushell --- flake.lock | 6 +++--- hosts/thegeneralist-central/site.nix | 1 - modules/common/packages.nix | 2 +- modules/common/shell/0_nushell.nix | 2 +- modules/linux/tor.nix | 3 ++- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index e65174c..5e87a86 100644 --- a/flake.lock +++ b/flake.lock @@ -492,11 +492,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1772524468, - "narHash": "sha256-h/NmNoiBVPzxm/yDhl+Z8PaFJeDtPz8Ef7NQeZgn8TE=", + "lastModified": 1776031277, + "narHash": "sha256-8xwKjndQLYByugfF+Ln691lzpneYfG68akTNDZ3CiQw=", "owner": "thegeneralist01", "repo": "bookkeeper", - "rev": "e1afcc51485ed9b80211a2c48a3e93ef4d6b35f5", + "rev": "b30b3adf5ff8a2a80f0756bc5c8f621c2305a2af", "type": "github" }, "original": { diff --git a/hosts/thegeneralist-central/site.nix b/hosts/thegeneralist-central/site.nix index 4e68e63..fbac9ac 100644 --- a/hosts/thegeneralist-central/site.nix +++ b/hosts/thegeneralist-central/site.nix @@ -19,7 +19,6 @@ in # Nginx services.nginx = { enable = true; - package = pkgs.nginxQuic; enableQuicBPF = true; experimentalZstdSettings = true; diff --git a/modules/common/packages.nix b/modules/common/packages.nix index 75f0e21..7e484be 100644 --- a/modules/common/packages.nix +++ b/modules/common/packages.nix @@ -33,7 +33,7 @@ in { pciutils usbutils - nushell + # nushell fish zoxide vivid diff --git a/modules/common/shell/0_nushell.nix b/modules/common/shell/0_nushell.nix index 9f83ff8..bd573e6 100644 --- a/modules/common/shell/0_nushell.nix +++ b/modules/common/shell/0_nushell.nix @@ -20,7 +20,7 @@ let unstable = import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz"; - sha256 = if (config.isServer) then "sha256:0fgmdh1j6qrx64wq8wk2hry2rjh3rkvz9pch29l8zn49nlndvxy2" else (if (config.onLinux) then "sha256:03plivnr4cg0h8v7djf9g2jra09r45pmdiirmy4lvl2n1d4yb7ac" else "sha256:16xi1yijq2ccbp8254zc0b5fgz0igxvyf4yn349wj2ggk4cl6dgn"); + sha256 = if (config.isServer) then "sha256:18ggs7jwmpi58k7xza4axy3cjs17c596ihq5y70h6sryz2hypgba" else (if (config.onLinux) then "sha256:03plivnr4cg0h8v7djf9g2jra09r45pmdiirmy4lvl2n1d4yb7ac" else "sha256:16xi1yijq2ccbp8254zc0b5fgz0igxvyf4yn349wj2ggk4cl6dgn"); }) { system = pkgs.stdenv.hostPlatform.system; }; package = unstable.nushell; in diff --git a/modules/linux/tor.nix b/modules/linux/tor.nix index 396a0eb..d495b02 100644 --- a/modules/linux/tor.nix +++ b/modules/linux/tor.nix @@ -1,4 +1,4 @@ -{ +{ pkgs, ... }: { services.tor = { enable = true; settings = { @@ -16,6 +16,7 @@ }; services.transmission = { enable = true; + package = pkgs.transmission_4; settings = { proxy = "socks5://127.0.0.1:9050"; # assuming tor daemon proxy-auth-enabled = false;