Skip to content
Snippets Groups Projects
Commit 5dbbf601 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Start router on boot

parent 4623cf26
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ resource "proxmox_lxc" "router" {
start = true
memory = 4096
cores = 4
onboot = true
ssh_public_keys = local.ssh_keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment