mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
11 lines
407 B
Markdown
11 lines
407 B
Markdown
# Crow's NixOS configuration project
|
|
|
|
|
|
## Proxmox/LXC target
|
|
`nix run github:nix-community/nixos-generators -- --format proxmox-lxc`
|
|
|
|
## Building the Live ISO
|
|
`nixos-generate --format install-iso --flake .#Parzival-Live -o result`
|
|
|
|
## Formatting disks with disko
|
|
`sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount <disk config path>`
|