Compare commits

...

2 commits

Author SHA1 Message Date
38585ba310
unlog steps
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-10-02 18:42:08 +02:00
b69c39387a
clean up unused vms
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
2025-10-02 18:40:37 +02:00
5 changed files with 3 additions and 23 deletions

View file

@ -48,16 +48,6 @@ in
services.proxmox-ve = {
enable = true;
ipAddress = "192.168.1.1";
vms = {
myvm1 = {
vmid = 100;
memory = 1024;
cores = 1;
sockets = 1;
kvm = true;
scsi = [ { file = "local:16"; } ];
};
};
};
virtualisation = {
diskSize = 2 * 1024;

View file

@ -49,16 +49,6 @@ in
services.proxmox-ve = {
enable = true;
ipAddress = "192.168.1.1";
vms = {
myvm1 = {
vmid = 100;
memory = 1024;
cores = 1;
sockets = 1;
kvm = true;
scsi = [ { file = "local:16"; } ];
};
};
};
virtualisation = {
diskSize = 2 * 1024;

View file

@ -548,7 +548,7 @@ let
(pkgs.callPackage ./run/tf-proxmox/tf.nix { inherit sources; })
])
''
set -xe
set -e
# bash ./infra/proxmox-remove.sh \
# --api-url "https://${proxmox-host}:8006/api2/json" \

View file

@ -1,5 +1,5 @@
#! /usr/bin/env bash
set -xeuo pipefail
set -euo pipefail
declare tf_env
export TF_LOG=info

View file

@ -4,7 +4,7 @@
sources,
}:
pkgs.writeScriptBin "setup" ''
set -xe
set -e
# calculated pins
echo '${lib.strings.toJSON sources}' > ./.npins.json
# generate TF lock for nix's TF providers