Files
lxc-bootstrap/README.md
John Lancaster 08fb83bbef repo comment
2024-12-13 21:13:23 -06:00

19 lines
515 B
Markdown

# LXC Bootstrap
Minimalist repo to bootstrap an LXC for Proxmox that will allow connection with VSCode over SSH.
## Non-flake
```shell
sudo nix-channel --update && \
nix-shell -p git --run "git clone https://gitea.john-stream.com/john/lxc-bootstrap /etc/nixos && \
sudo nixos-rebuild switch --flake /etc/nixos#lxc"
```
## Flakes
```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"
```