adjusted command

This commit is contained in:
John Lancaster
2024-12-13 20:52:50 -06:00
parent 5875b82f0f
commit 07cd3f7b52

View File

@@ -11,5 +11,6 @@ sudo nixos-rebuild switch --flake /etc/nixos#lxc"
## Flakes
```shell
sudo nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/lxc-bootstrap#lxc --no-write-lock-file
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"
```