diff --git a/justfile b/justfile index 50b4500..7869d76 100644 --- a/justfile +++ b/justfile @@ -27,3 +27,6 @@ install host destination='root@installer': repair: nix-store --verify --check-contents --repair + +repl hostname='$(hostname)': + nix repl .#nixosConfigurations.{{ hostname }}