6 lines
191 B
Markdown
6 lines
191 B
Markdown
# Deploy
|
|
nix run github:nix-community/nixos-anywhere -- \
|
|
--generate-hardware-config nixos-generate-config ./hosts/[host]/hardware-configuration.nix \
|
|
--flake .#[host] \
|
|
root@[address]
|