forked from poz/niksos
fix: switch back from nh
broken piece of shit
This commit is contained in:
parent
700c7c7829
commit
5a2837722e
1 changed files with 4 additions and 2 deletions
|
@ -350,8 +350,10 @@
|
|||
zsh = {
|
||||
enable = true;
|
||||
extraAliases = {
|
||||
u = "nh os switch \"/home/jacek/niksos\" -H niks -- --use-remote-sudo --max-jobs 3 --cores 4";
|
||||
us = "NIX_SSHOPTS='-t' nh os switch \"/home/jacek/niksos\" -H chmura -- --use-remote-sudo --target-host chmura --max-jobs 3 --cores 4";
|
||||
#u = "nh os switch \"/home/jacek/niksos\" -H niks -- --use-remote-sudo --max-jobs 3 --cores 4";
|
||||
#us = "NIX_SSHOPTS='-t' nh os switch \"/home/jacek/niksos\" -H chmura -- --use-remote-sudo --target-host chmura --max-jobs 3 --cores 4";
|
||||
u = "nixos-rebuild switch --flake \"/home/jacek/niksos#niks\" -L --use-remote-sudo --max-jobs 3 --cores 4";
|
||||
us = "NIX_SSHOPTS='-t' nixos-rebuild switch --flake \"/home/jacek/niksos#chmura\" -L --use-remote-sudo --target-host chmura --max-jobs 3 --cores 4";
|
||||
};
|
||||
profiling = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue