Let's hope WSL is not against company policy
If you are looking at this, you know who you are Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
1. Provision an OVHcloud VPS (ideally running Ubuntu).
|
||||
1. Provision an OVHcloud VPS (ideally running Ubuntu)
|
||||
2. Add personal public key
|
||||
3. Add a CNAME entry for `vps.karaolidis.com` pointing to the VPS IP/host
|
||||
4. Run `hosts/jupiter-vps/install.sh`
|
||||
|
@@ -12,6 +12,6 @@ cleanup() {
|
||||
trap cleanup EXIT
|
||||
|
||||
install -d -m 755 "$temp/etc/ssh"
|
||||
cp ./secrets/hosts/jupiter-vps/ssh_host_ed25519_key "$temp/etc/ssh/ssh_host_ed25519_key"
|
||||
cp ./submodules/secrets/hosts/jupiter-vps/ssh_host_ed25519_key "$temp/etc/ssh/ssh_host_ed25519_key"
|
||||
|
||||
nix run github:nix-community/nixos-anywhere -- --flake .#jupiter-vps --extra-files "$temp" --target-host ubuntu@vps.karaolidis.com -i ~/.ssh/ssh_personal_ed25519_key
|
||||
|
Reference in New Issue
Block a user