Rename machines to hosts

This commit is contained in:
Dave Gallant
2025-04-12 23:34:57 -04:00
parent 130b7603da
commit ecf9637673
5 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ arch := `uname -s`
cmd := if arch == "Linux" { "sudo nixos-rebuild --use-remote-sudo" } else { "darwin-rebuild" }
rebuild:
$cmd switch --flake . -I nixos-config="machines/$(hostname)/configuration.nix"
$cmd switch --flake . -I nixos-config="hosts/$(hostname)/configuration.nix"
rollback:
$cmd switch --rollback --flake .