Skip to content

Commit a53e648

Browse files
committed
chore: update config
1 parent cec8143 commit a53e648

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Vagrant.configure("2") do |config|
3030
qemu.cpu = "host"
3131
qemu.net_device = "virtio-net-pci"
3232
# Just basic networking - no crazy port forwarding
33-
qemu.extra_qemu_args = %w(-display none)
33+
qemu.extra_qemu_args = %w(-display none -smp 4,cores=4,threads=1,sockets=1)
3434
qemu.disk_size = "50G"
3535
end
3636

systems/aarch64-linux/ramdisk.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@
7272
disable_checkpoint = true
7373
disable_checkpoint_signature = true
7474
75-
# HashiCorp Cloud Platform (HCP) Terraform credentials
76-
# Replace with your actual token or use environment variables
77-
credentials "app.terraform.io" {
78-
token = "TERRAFORM_TOKEN_PLACEHOLDER"
79-
}
80-
8175
# Optional: Provider installation optimization
8276
provider_installation {
8377
filesystem_mirror {

0 commit comments

Comments
 (0)