Rename rebuildServer -> rebuild-server
This commit is contained in:
parent
0bb6423a03
commit
e92abad11c
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ in {
|
||||||
clean = "${exe} clean all";
|
clean = "${exe} clean all";
|
||||||
update = "env -C ~/.config/nixos nix flake update && rebuild";
|
update = "env -C ~/.config/nixos nix flake update && rebuild";
|
||||||
rebuild = "${exe} os switch";
|
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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue