Add linode build script
This commit is contained in:
parent
0911f404fd
commit
cf33b1610d
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@
|
|||
nix build .#imageConfigurations.nixos-rpi4-img
|
||||
popd
|
||||
}
|
||||
nixos-build-linode-img() {
|
||||
pushd /etc/nixos/git
|
||||
git pull
|
||||
nix build .#imageConfigurations.nixos-linode-img
|
||||
popd
|
||||
}
|
||||
nixos-build-console() {
|
||||
pushd /etc/nixos/git
|
||||
git pull
|
||||
|
|
Loading…
Reference in a new issue