Build NixOS configs locally

VM is powerful enough
This commit is contained in:
2025-10-05 10:07:08 +00:00
parent f937797dcc
commit 0bf3d27d02

1
.zshrc
View File

@@ -95,7 +95,6 @@ nix-deploy() {
nix run nixpkgs#nixos-rebuild -- "${COMMAND?}" \
--flake ".#${TARGET?}" \
--target-host "${TARGET?}" \
--build-host "${TARGET?}" \
--use-remote-sudo \
--fast "$@"
else