Skip to content

Commit

Permalink
incus: use fixed ipv4 range
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
  • Loading branch information
abiosoft committed Jul 27, 2024
1 parent 32b1b1e commit 2413bec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment/container/incus/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ config:
core.https_address: '[::]:8443'
networks:
- config:
ipv4.address: auto
ipv4.address: 10.0.0.1/8
ipv4.nat: "true"
ipv6.address: auto
description: ""
name: {{.Interface}}
Expand Down

0 comments on commit 2413bec

Please sign in to comment.