Files
lxc-bootstrap/README.md
2024-12-13 19:34:27 -06:00

11 lines
219 B
Markdown

# 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
```