initial recovery after firestormy nuked

This commit is contained in:
bel
2025-12-24 20:37:49 -07:00
commit b074763ab4
13 changed files with 53 additions and 0 deletions

5
minutely.d/nix.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
sudo bash -c '
test -d /nix || ln -h /volume1/nix.3.d /nix
'