John Lancaster e2e3d0d59b hostname fix
2025-06-25 04:33:14 +00:00
2024-12-13 18:47:25 -06:00
2025-06-25 04:33:14 +00:00
2025-06-25 04:33:14 +00:00
2024-12-13 21:13:23 -06:00

LXC Bootstrap

Minimalist repo to bootstrap an LXC for Proxmox that will allow connection with VSCode over SSH.

Non-flake

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

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"
Description
No description provided
Readme 49 KiB
Languages
Nix 100%