# LXC Bootstrap ```shell sudo nix-channel --update && \ nix-shell -p git --run "git clone https://gitea.john-stream.com/john/lxc-bootstrap /etc/nixos" ``` ```shell sudo nixos-rebuild switch --flake /etc/nixos#lxc ```