11 lines
219 B
Markdown
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
|
|
```
|