This commit is contained in:
iFargle 2023-12-28 12:05:53 +09:00
parent 5992230f86
commit ffbec4f148

View file

@ -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..."