From 46dc7bb471a9bf384ad7e2b1372759e6bcc86afa Mon Sep 17 00:00:00 2001 From: vin Date: Sat, 17 May 2025 11:13:14 -0400 Subject: b --- flake.lock | 22 +++++++++++----------- home.nix | 15 +++++++++------ hosts/demiurge/default.nix | 2 ++ hosts/hastur/default.nix | 2 +- 4 files changed, 23 insertions(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index c8fcbdc..019e9ac 100644 --- a/flake.lock +++ b/flake.lock @@ -163,11 +163,11 @@ ] }, "locked": { - "lastModified": 1746719124, - "narHash": "sha256-KOL73WIjO00ds1oIe+5HAcGcpd/TfE6dymmmYbiSlYM=", + "lastModified": 1747184352, + "narHash": "sha256-GBZulv50wztp5cgc405t1uOkxQYhSkMqeKLI+iSrlpk=", "owner": "nix-community", "repo": "home-manager", - "rev": "3c59c5132b64e885faca381e713b579dcbddba75", + "rev": "7c1cefb98369cc85440642fdccc1c1394ca6dd2c", "type": "github" }, "original": { @@ -184,8 +184,8 @@ ] }, "locked": { - "lastModified": 1745988606, - "narHash": "sha256-Ap64DXhzFzQi/S+X/V3qaCXnwTCASvH+1FgAVU7am98=", + "lastModified": 1747191788, + "narHash": "sha256-dekVtt/TcNszrnWjNX71pme1ZYUaOAaACu4+c0lx6Yg=", "path": "/data/src/clones/llm/llama.cpp", "type": "path" }, @@ -211,11 +211,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1746683680, - "narHash": "sha256-+5zk+UbG0+GQlKt+gIKm+OhlYvHmkAHFXvf7hl1HDeM=", + "lastModified": 1747114929, + "narHash": "sha256-GnQGiZiOnGfxM9oVhgqOJk0Qv1aZ11p5Aloac2tdoKY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "16762245d811fdd74b417cc922223dc8eb741e8b", + "rev": "fab95ba4b9523f310644e6e6087c0014535c8e02", "type": "github" }, "original": { @@ -272,11 +272,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1746557022, - "narHash": "sha256-QkNoyEf6TbaTW5UZYX0OkwIJ/ZMeKSSoOMnSDPQuol0=", + "lastModified": 1746957726, + "narHash": "sha256-k9ut1LSfHCr0AW82ttEQzXVCqmyWVA5+SHJkS5ID/Jo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1d3aeb5a193b9ff13f63f4d9cc169fb88129f860", + "rev": "a39ed32a651fdee6842ec930761e31d1f242cb94", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 60c9455..ba872a3 100644 --- a/home.nix +++ b/home.nix @@ -711,16 +711,19 @@ in extraConfig = '' # status bar - set-option -g status-style bg=terminal - set-option -g status-style fg=terminal + set-option -g status-style bg=terminal + set-option -g status-style fg=terminal - set-option -g window-status-format "#[bg=terminal fg=terminal noreverse]#{window_index}:#{window_name}" - set-option -g window-status-current-format "#[bg=black fg=terminal]#{window_index}:#{window_name}#{window_flags}" + set-option -g window-status-format "#[bg=terminal fg=terminal noreverse]#{window_index}:#{window_name}" + set-option -g window-status-current-format "#[bg=black fg=terminal]#{window_index}:#{window_name}#{window_flags}" - set-option -g status-right "%R %b %d %Y" + set-option -g status-right "%R %b %d %Y" # colorscheme stuff - set-option -sa terminal-features ',*:RGB' + set-option -sa terminal-features ',*:RGB' + + # remove annoying escape delay + set-option -g escape-time 0 ''; }; diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix index 08cc90e..668e956 100644 --- a/hosts/demiurge/default.nix +++ b/hosts/demiurge/default.nix @@ -315,6 +315,8 @@ listen-address = "127.0.0.1"; bind-interfaces = true; no-resolv = true; + + conf-file = "/data/src/clones/networking/hagezi_dns-blocklists/dnsmasq/ultimate.txt"; }; }; diff --git a/hosts/hastur/default.nix b/hosts/hastur/default.nix index de578e8..5127533 100644 --- a/hosts/hastur/default.nix +++ b/hosts/hastur/default.nix @@ -61,7 +61,7 @@ ''; }; - FloridaPoly_BYOD = { }; + USF-Guest = { }; iphonebob.pskRaw = "***REDACTED_PSK***"; Retreat_86WiFi.pskRaw = "***REDACTED_PSK***"; -- cgit v1.2.3