fix: remove shellhook

This commit is contained in:
Jet 2026-03-15 16:38:13 -07:00
parent 42833c22fb
commit 50ebe9d164
No known key found for this signature in database

View file

@ -88,13 +88,6 @@
inputs.agenix.packages.${system}.default
];
shellHook = ''
echo "compsigh minecraft server"
echo " mc-bootstrap first-time install (mc-bootstrap <ip>)"
echo " nhs deploy to server"
echo " mc-logs tail server logs"
echo " agenix manage secrets"
'';
};
};
}