mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
Change default storage and nic
This commit is contained in:
parent
a6ae520e89
commit
6b337fb94a
@ -58,7 +58,7 @@ resource "lxd_profile" "kubenode" {
|
||||
type = "nic"
|
||||
|
||||
properties = {
|
||||
network = "lxdbr0"
|
||||
network = "lxdfan0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -67,7 +67,7 @@ resource "lxd_profile" "kubenode" {
|
||||
name = "root"
|
||||
|
||||
properties = {
|
||||
pool = "default"
|
||||
pool = "local"
|
||||
path = "/"
|
||||
}
|
||||
}
|
||||
|
@ -13,8 +13,8 @@ storage_pools:
|
||||
- config:
|
||||
size: 50GB
|
||||
description: ""
|
||||
name: default
|
||||
driver: zfs
|
||||
name: local
|
||||
driver: btrfs
|
||||
profiles:
|
||||
- config: {}
|
||||
description: ""
|
||||
|
Loading…
Reference in New Issue
Block a user