From e92abad11c65b2a9934b477a556a55c044a93c51 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 7 Jul 2025 20:24:41 -0400 Subject: [PATCH] Rename rebuildServer -> rebuild-server --- modules/common/nh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nh.nix b/modules/common/nh.nix index 9ce2d83..cc53d1b 100644 --- a/modules/common/nh.nix +++ b/modules/common/nh.nix @@ -18,6 +18,6 @@ in { clean = "${exe} clean all"; update = "env -C ~/.config/nixos nix flake update && rebuild"; rebuild = "${exe} os switch"; - rebuildServer = "${exe} os switch --hostname quadraticserver --target-host 192.168.0.132"; + rebuild-server = "${exe} os switch --hostname quadraticserver --target-host 192.168.0.132"; }; }