add cloud

This commit is contained in:
2025-09-01 20:09:23 -04:00
parent 93b7c6ee25
commit b970f6f550
3 changed files with 96 additions and 5 deletions

View File

@@ -14,6 +14,12 @@ sudo nixos-rebuild switch --flake .#lin-va-mbp-personal
nix build .#qcowConfigurations.lin-va-rke2
```
### NixOS Anywhere
```bash
nix run github:nix-community/nixos-anywhere -- --flake .#lin-cloud-kube1 --target-host <USER>@<IP>
```
### Home Manager
```bash