From 08fb83bbefd2dafb9d380f6637fa11411f18e2cd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:13:23 -0600 Subject: [PATCH] repo comment --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e27ab15..49ddf43 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # LXC Bootstrap +Minimalist repo to bootstrap an LXC for Proxmox that will allow connection with VSCode over SSH. + ## Non-flake ```shell @@ -13,4 +15,4 @@ sudo nixos-rebuild switch --flake /etc/nixos#lxc" ```shell sudo nix-channel --update && \ nix-shell -p git --run "sudo nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/lxc-bootstrap#lxc --no-write-lock-file" -``` \ No newline at end of file +```