Add update-lxc-image to "automate" lxc update
This commit is contained in:
parent
eee92ff7f7
commit
9b5a5270b9
3
nixos/update-lxc-image
Executable file
3
nixos/update-lxc-image
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/sh
|
||||
nix build .#register
|
||||
lxc image import ./result/metadata.tar.xz ./result/lxc.tar.xz security.nesting=true --alias nixos
|
Loading…
Reference in a new issue