From 5c37a3461d466f02835c2bb849d2542f51637f3f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:34:27 -0600 Subject: [PATCH] added some commands to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```