5 lines
232 B
Bash
Executable File
5 lines
232 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
NIXPKGS_ALLOW_INSECURE=1 nixos-rebuild switch --fast --flake .#vps --target-host root@room409.xyz --impure
|
|
#NIXPKGS_ALLOW_INSECURE=1 nixos-rebuild boot --fast --flake .#vps --target-host root@room409.xyz --impure
|