testing out config for biggerpi
This commit is contained in:
parent
12d3cb26b6
commit
0c57d705e6
2 changed files with 31 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
nano = "nvim";
|
||||
|
||||
# Aliases for my nixos workflow, requires nh and home-manager
|
||||
switch = "nh os switch";
|
||||
homeswitch = "home-manager switch --flake /home/blue/nixconf |& nom";
|
||||
serverswitch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo";
|
||||
switch = "sudo nixos-rebuild switch --flake ~/nixconf |& nom";
|
||||
homeswitch = "home-manager switch --flake ~/nixconf |& nom";
|
||||
serverswitch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo |& nom";
|
||||
};
|
||||
|
||||
plugins = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue