From 7e7e42b4d58e90466c9f8926c3804aa23be47877 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 14 Dec 2025 13:20:44 -0800 Subject: display the git SHA for the nixos version in MOTD --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') diff --git a/justfile b/justfile index 81bf05f..7f62818 100644 --- a/justfile +++ b/justfile @@ -42,6 +42,7 @@ rbuild hostname: [group('linux')] rswitch hostname: @echo "switching {{hostname}} to new config..." + nixos-rebuild switch --keep-going --flake ".#{{hostname}}" --target-host {{hostname}} --fast --use-remote-sudo --use-substitutes # sync agenix key from 1password [group('secrets')] -- cgit v1.2.3