testing out config for biggerpi

This commit is contained in:
Gabriella Bere 2024-09-07 01:00:18 +01:00
parent 12d3cb26b6
commit 0c57d705e6
2 changed files with 31 additions and 3 deletions

View file

@ -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; [