add scripts
This commit is contained in:
3
scripts/install.sh
Executable file
3
scripts/install.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
nix run github:nix-community/nixos-anywhere -- --flake .#weyma-bs --extra-files ./secrets --target-host root@10.105.6.198
|
||||
3
scripts/rebuild-boot.sh
Normal file
3
scripts/rebuild-boot.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
nixos-rebuild --flake .#weyma-bs --target-host 10.105.6.198 --sudo boot
|
||||
3
scripts/rebuild-switch.sh
Normal file
3
scripts/rebuild-switch.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
nixos-rebuild --flake .#weyma-bs --target-host 10.105.6.198 --sudo switch
|
||||
Reference in New Issue
Block a user