Skip to content

Commit

Permalink
Fix alpha ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jan 27, 2024
1 parent 5e34568 commit 17c4138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/nodes/alpha.theclarkhome.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ profile::platform::baseline::debian::netplan::ethernets:
eth0:
dhcp4: no
addresses:
- "%{lookup('defaults::subnet')}.22/%{lookup('defaults::bits')}"
- "%{lookup('defaults::subnet')}.21/%{lookup('defaults::bits')}"
gateway4: "%{lookup('defaults::gateway')}"
nameservers:
search: "%{alias('defaults::dns::search')}"
Expand Down

0 comments on commit 17c4138

Please sign in to comment.