Test
This commit is contained in:
parent
5992230f86
commit
ffbec4f148
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
||||||
# SSH_ASKPASS = "";
|
# SSH_ASKPASS = "";
|
||||||
};
|
};
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
|
restart-docker() {
|
||||||
|
docker stop $1
|
||||||
|
docker rm $1
|
||||||
|
docker-compose up -d $1
|
||||||
|
}
|
||||||
# Build ISOs/SD Card Images
|
# Build ISOs/SD Card Images
|
||||||
nixos-build-all-images-verbose() {
|
nixos-build-all-images-verbose() {
|
||||||
echo "Building Linode image..."
|
echo "Building Linode image..."
|
||||||
|
|
Loading…
Reference in a new issue