Run gpg --card-status to make sure the Yubikey is seen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # claude-sandbox - Run Claude in a sandboxed firejail environment | |
| # This script runs Claude in firejail with filesystem isolation | |
| # while maintaining access to current directory and Claude configuration | |
| set -euo pipefail | |
| # Capture current environment | |
| CURRENT_DIR="$(pwd)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ ❯ sudo /etc/nixos/scripts/email-tester.py | |
| ====================================================================== | |
| EMAIL PIPELINE TESTER | |
| ====================================================================== | |
| User: johnw | |
| Started: 2025-11-07 12:50:29 | |
| ✓ IMAP password loaded | |
| ====================================================================== | |
| TEST 1: Normal Email Delivery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "model": "claude-haiku-4-5-20251001", | |
| "messages": [ | |
| { | |
| "role": "user", | |
| "content": [ | |
| { | |
| "type": "text", | |
| "text": "<system-reminder>\nAs you answer the user's questions, you can use the following context:\n# claudeMd\nCodebase and user instructions are shown below. Be sure to adhere to these instructions. IMPORTANT: These instructions OVERRIDE any default behavior and you MUST follow them exactly as written.\n\nContents of /Users/johnw/src/nix/CLAUDE.md (project instructions, checked into the codebase):\n\n# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n## Overview\n\nThis is a personal Nix configuration repository for managing macOS (Darwin) and NixOS systems using Nix flakes, nix-darwin, and home-manager. The configuration manages three macOS hosts (hera, clio, athena) and one NixOS host (vulcan).\n\n## Working with Nix: Use Specialized Tools\n\n**IMPORTANT**: For any Nix-related tasks in th |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================================================= | |
| Repository Parent Repository Stars Visibility Last Updated | |
| ============================================================================================================================= | |
| alloy-rs-chains alloy-rs/chains 0 public 2025-08-11 16:26:27 UTC | |
| ansi-terminal UnkindPartition/ansi-terminal 0 public 2024-11-13 03:51:37 UTC | |
| argumentcomputer-zk-light-clients argumentcomputer/zk-light-clients 0 public 2025-03-24 17:51:56 UTC | |
| beam haskell-beam/beam 0 public 2020-06-05 05:31:48 UTC | |
| beam-automigrate mightybyte/beam-automigrate 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 chainweb-crd | |
| 0 chainweb-node-nixos-module | |
| 0 chainweb-private-20220121 | |
| 0 community-issues | |
| 0 docs-internal | |
| 0 hs-nix-infra | |
| 0 kadena-ci | |
| 0 kda-components | |
| 0 kdatool_multi_accounts | |
| 0 vrkl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "86b277e82b069e9b", | |
| "type": "server", | |
| "name": "Home Assistant", | |
| "version": 5, | |
| "addon": false, | |
| "rejectUnauthorizedCerts": true, | |
| "ha_boolean": "y|yes|true|on|home|open", | |
| "connectionDelay": true, |
NewerOlder