From 60c2021ee17977f196cd0e52112ed7abc655f387 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 14 Nov 2025 16:37:04 +0100 Subject: [PATCH] description in pve notes field --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 74abba9..536682d 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ "${name}-deploy-test" = nixpkgs.legacyPackages.x86_64-linux.writeShellScriptBin "deploy" '' FILENAME="$(ls ${self.packages.x86_64-linux."${name}-iso".outPath}/iso)" scp ${self.packages.x86_64-linux."${name}-iso".outPath}/iso/$FILENAME root@10.1.0.17:/var/lib/vz/template/iso/$FILENAME - ssh 10.1.0.17 "qm create $1 --cores 4 --memory 4096 --sata1 file=/var/lib/vz/template/iso/$FILENAME,media=cdrom --scsi1 pool1:32 --scsihw virtio-scsi-single --net0 virtio,bridge=vmbr1" + ssh 10.1.0.17 "qm create $1 --cores 4 --memory 4096 --sata1 file=/var/lib/vz/template/iso/$FILENAME,media=cdrom --scsi1 pool1:32 --scsihw virtio-scsi-single --net0 virtio,bridge=vmbr1 --description \"von goeranh mailserver flake genierierte wegwerf-vm\"" ssh 10.1.0.17 "qm start $1" '';