No description
Find a file
2025-10-28 06:01:10 +00:00
.forgejo/workflows homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
ansible colmena initial implementation for sandbox and monitor 2025-07-06 21:25:57 +02:00
docs yay 2025-07-30 02:13:32 +02:00
hosts services... 2025-07-30 00:22:33 +02:00
infrastructure homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
machines homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
modules services... 2025-07-30 00:22:33 +02:00
nixos homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
overlays tofu workflow 2025-07-21 22:33:04 +02:00
pkgs yay 2025-07-30 02:13:32 +02:00
profiles homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
scripts homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
secrets homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
users cleanup 2025-07-28 12:08:32 +02:00
.sops.yaml colmena initial implementation for sandbox and monitor 2025-07-06 21:25:57 +02:00
colmena.nix homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
flake.lock feat: automated changes 2025-10-28 06:01:10 +00:00
flake.nix docs 2025-07-30 01:56:53 +02:00
README.md home lab init 2025-06-03 23:07:46 +02:00

Create a VMA image form vm-profile.nix

nixos-generate -f proxmox -c vm/vm-profile.nix

Upload to proxmox server

scp ./vzdump-qemu-nixos-25.11pre-git.vma.zst root@192.168.1.205:/var/lib/vz/dump/ scp /nix/store/y7aff8xdwqwmq349jr2yzrx8wrf0vrvj-proxmox-nixos-25.11pre-git/vzdump-qemu-nixos-25.11pre-git.vma.zst root@192.168.1.205:/var/lib/vz/dump/

ssh root@192.168.1.205

qmrestore /var/lib/vz/dump/vzdump-qemu-nixos-25.11pre-git.vma.zst 200 --unique true

vma extract /var/lib/vz/template/backup/vzdump-qemu-nixos-25.11pre-git.vma.zst /var/lib/vz/images/200 qm start 200

ssh-copy-id root@192.168.1.205 ssh root@192.168.1.205

zstd -d /var/lib/vz/template/backup/vzdump-qemu-nixos-25.11pre-git.vma.zst -o /var/lib/vz/template/backup/vzdump-qemu-nixos-25.11pre-git.vma