repo comment

This commit is contained in:
John Lancaster
2024-12-13 21:13:23 -06:00
parent 07cd3f7b52
commit 08fb83bbef

View File

@@ -1,5 +1,7 @@
# LXC Bootstrap # LXC Bootstrap
Minimalist repo to bootstrap an LXC for Proxmox that will allow connection with VSCode over SSH.
## Non-flake ## Non-flake
```shell ```shell
@@ -13,4 +15,4 @@ sudo nixos-rebuild switch --flake /etc/nixos#lxc"
```shell ```shell
sudo nix-channel --update && \ 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" nix-shell -p git --run "sudo nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/lxc-bootstrap#lxc --no-write-lock-file"
``` ```