No description
Find a file
2025-07-31 06:00:54 +00:00
.forgejo/workflows homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
ansible
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
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.nix homelab framework module init (everything is a mess) 2025-07-28 02:05:13 +02:00
flake.lock feat: automated changes 2025-07-31 06:00:54 +00:00
flake.nix docs 2025-07-30 01:56:53 +02:00
README.md

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