switch the update alias to nh
This commit is contained in:
parent
15d0625634
commit
acf72b68ab
2 changed files with 6 additions and 6 deletions
|
@ -163,10 +163,10 @@
|
|||
zsh = {
|
||||
enable = true;
|
||||
extraAliases = {
|
||||
#u = "nh os switch \"/home/jacek/niksos\" -H niks -- --use-remote-sudo";
|
||||
#us = "NIX_SSHOPTS='-t' nh os switch \"/home/jacek/niksos\" -H chmura -- --use-remote-sudo --target-host chmura";
|
||||
u = "nixos-rebuild switch --flake \"/home/jacek/niksos#del\" -L --use-remote-sudo";
|
||||
u = "nh os switch -H del";
|
||||
us = "NIX_SSHOPTS='-t' nixos-rebuild switch --flake \"/home/jacek/niksos#chmura\" -L --use-remote-sudo --target-host chmura";
|
||||
# TODO use this when nh supports it
|
||||
#us = "NIX_SSHOPTS='-t' nh os switch -H chmura -- --store ssh-ng://chmura";
|
||||
};
|
||||
profiling = false;
|
||||
};
|
||||
|
|
|
@ -98,10 +98,10 @@
|
|||
zsh = {
|
||||
enable = true;
|
||||
extraAliases = {
|
||||
#u = "nh os switch \"/home/jacek/niksos\" -H niks -- --use-remote-sudo";
|
||||
#us = "NIX_SSHOPTS='-t' nh os switch \"/home/jacek/niksos\" -H chmura -- --use-remote-sudo --target-host chmura";
|
||||
u = "nixos-rebuild switch --flake \"/home/jacek/niksos#niks\" -L --use-remote-sudo";
|
||||
u = "nh os switch -H niks";
|
||||
us = "NIX_SSHOPTS='-t' nixos-rebuild switch --flake \"/home/jacek/niksos#chmura\" -L --use-remote-sudo --target-host chmura";
|
||||
# TODO use this when nh supports it
|
||||
#us = "NIX_SSHOPTS='-t' nh os switch -H chmura -- --store ssh-ng://chmura";
|
||||
};
|
||||
profiling = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue