This commit is contained in:
bel
2026-01-02 08:16:16 -07:00
parent b074763ab4
commit ce88d8cc25
10 changed files with 70 additions and 1 deletions

0
minutely.d/drawful.sh Normal file → Executable file
View File

View File

@@ -1,5 +1,8 @@
#! /usr/bin/env bash
sudo bash -c '
test -d /nix || ln -h /volume1/nix.3.d /nix
if ! [ -d /nix/var ]; then
rm -r /nix || true
ln -s /volume1/nix.3.d /nix
fi
'