add upgrade
This commit is contained in:
parent
cc3194b36d
commit
fa991e0a46
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
clean = "nh clean all";
|
clean = "nh clean all";
|
||||||
update = "env -C ~/.config/nixos nix flake update && rebuild";
|
update = "env -C ~/.config/nixos nix flake update";
|
||||||
|
upgrade = "nh os switch --update";
|
||||||
rebuild = "nh os switch";
|
rebuild = "nh os switch";
|
||||||
rebuild-server = "nh os switch --hostname quadraticserver --target-host 192.168.0.132";
|
rebuild-server = "nh os switch --hostname quadraticserver --target-host 192.168.0.132";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue