configs/smug: add tail of nix-binary-cache to cistart

This commit is contained in:
Aaron Bieber 2024-08-19 09:46:59 -06:00
parent cdc4042834
commit 5441f9338a
No known key found for this signature in database

View File

@ -62,6 +62,12 @@ in
"btop"
];
}
{
name = "nix-binary-cache";
commands = [
"journalctl -xef -u nix-binary-cache.service"
];
}
{
name = "admin";
}