Skip to content

Instantly share code, notes, and snippets.

View retired-engineer's full-sized avatar

Retired Engineer retired-engineer

View GitHub Profile
@retired-engineer
retired-engineer / win11-in-incus-vm.md
Created April 10, 2026 05:36
Install Windows 11 in Incus VM

Overview

This gist describes how to install Windows 11 in an Incus virtual machine running on a remote server.

Assumptions

  • Running Incus installation on remote Incus server named "hazuki"
  • Incus client tools as well as virt-manager installed on client named "arch-i3" (pacman -S incus virt-manager)
  • Incus client and server version 6.16 or later

Note: You can certainly run the Incus server and Incus client tools on the same machine.

@retired-engineer
retired-engineer / connect-incus-client-to-server.md
Created April 10, 2026 04:48
Connect Incus client to remote Incus server

Overview

This gist explains how to connect an Incus client to a remote Incus server.

Assumptions:

  • Client name: arch-i3
  • Server name: hazuki
  • Client is able to resolve DNS name "hazuki" (verify by pinging "hazuki" from "arch-i3")

Steps