Recently Updated Pages
Time Elapsed
start_time=$(date +'%s') sleep 5 end_time=$(date +'%s') total_time="$(echo $((end_time-start_time...
How to read a sourdough crumb
Temperature to destroy pathogens
Bulk Fermentation Guidlines
Home Manager Setup
Manage user environments with Home Manager Manage personal configuration files and profiles with ...
Remote Scratchpad
Installing on a Debian Rescue # Make sure git is installed apt-get install -y git # Let root run...
Secrets Management
Managing secrets with SOPS-Nix. Install NixOS Subset of flake.nix # flake.nix { inputs = { ...
Exif
Rename Files to something legible from Camera jhead -nf%Y-%m-%d_%H-%M-%S *.jpg
New Deployment checklist
NixOS System My nix configuration has gotten complex. Passwords and Secrets are embedded in the r...
Installing NixOS (Encrypted BTRFS Impermanance)
Intro This details the steps to create a LUKS encrypted BTRFS NixOS installation with impermananc...
Creating SystemD services in Nix
This will show how to create a services in Nix that will execute upon login. User services Get e...
Conditional Modules
Make a module that does something based on configuration options. Create a simple option that can...
Installing NixOS on Raspberry PI 3B
This is assumed that you already have access to a running NixOS System - We'll be using a NixOS s...
Remote Installation
Install a NixOS system remotely as long as it can accept root SSH connections. Going to use Disk...
Service Folders
Directory Below path for system units Below path for user units Environment variable set R...
BTRFS Snippets
RAID Convert Non-RAID to RAID1 mount /dev/<single_drive> /mnt btrfs device add /dev/<drive_to_ad...
Setup Docker Swarm
This is a guide on setting up the NG Network Prequisites Working VPN (Tailscale/Headscale) all...
Writing Scripts in Nix
Create executible shell script writeShellScriptBin # custom-script.nix { pkgs, config, ...}: let...
Creating BTRFS Disk Snapshots
The following shows two alternate ways to be performing BTRFS snapshots on a NixOS system. First ...
OnCalendar / Timer examples
Frequency Code Every Minute *-*-* *:*:00 Every 2 minute *-*-* *:*/2:00 Every 5 minutes...