diff --git a/README.md b/README.md index d5e2836..f813e17 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # 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 +```