1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

update packages, nushell

This commit is contained in:
TheGeneralist 2026-04-14 18:41:11 +02:00
parent 181b787ce5
commit 374659da9e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
5 changed files with 7 additions and 7 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -19,7 +19,6 @@ in
# Nginx
services.nginx = {
enable = true;
package = pkgs.nginxQuic;
enableQuicBPF = true;
experimentalZstdSettings = true;

View file

@ -33,7 +33,7 @@ in {
pciutils
usbutils
nushell
# nushell
fish
zoxide
vivid

View file

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

View file

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