07cd3f7b525153b3ed7250f2d21f946266fdc22d
LXC Bootstrap
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
Languages
Nix
100%