Flashes your machine to an USB drive
Usage: clan flash
$ clan flash write mymachine --disk main /dev/sdX --ssh-pubkey ~/.ssh/id_rsa.pub
Will flash the machine 'mymachine' to the disk /dev/sdX with the ssh public key '~/.ssh/id_rsa.pub'.
For more detailed information, visit: getting-started
Usage: clan flash list
<('name', 'value')> Nix option to set<PATH> path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variableUsage: clan flash write
<('name', 'device')> The device where flash to.
name: The name of the 'device' in the disk configuration. Example: 'main' from disko.devices.disk.main.
device: The name of the physical 'device' where the utility will be flashed to. Example: '/dev/sda/'format) Specify the mode of operation. Valid modes are: format, mount."
Format will format the disk before installing.
Mount will mount the disk before installing.
Mount is useful for updating an existing system without losing data.<('name', 'value')> Nix option to set<PATH> path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variable