NixOS
New Host Checklist
Provisioning Add terraform entry for VM, then run terraform plan, verify, and then terraform a...
Sops-Nix Env Files
Create the plaintext env file to be used Do not commit any plaintext env files into version co...
Sops-Nix Setup
To set up the system to run sops-nix, I usually use the host SSH key like so: nix run 'nixpkgs#s...
Provisioning a new nixOS Host
nix run nixos-anywhere -- --flake '.#dev-01' --generate-hardware-config nixos-generate-config ./h...
home-manager setup
nix run home-manager -- --switch '.#<config>'
/nix/store
List top storage users of files in the nix store nix path-info -rS /run/current-system | sort -nk...