blob: 07a002a39f498b3b4470d7e332eac7eeff00b9cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
# Disable wifi connection on PVE, it's connected with LAN
network_wifi_ssid: ""
network_wifi_pass: ""
network_ipv4_address: "10.0.0.253"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"
network_prefer_ipv4: true
network_bridge_interface: "eth0"
# Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA)
# network_ipv6_gateway: "fe80::0000:1111:2222:3333"
pve_admin_user: "admin"
pve_admin_password: "changeme"
pve_storage_device: "/dev/sda4"
restic_version: "0.19.0"
ethtool_wol_interface: "eth0"
logind_lid_ac_action: "ignore"
|