chore(mediabox): assign ip

This commit is contained in:
arcnmx 2024-01-21 12:14:11 -08:00
parent 91d4895c6f
commit 26f1631d71
2 changed files with 4 additions and 1 deletions

View file

@ -78,7 +78,9 @@
MACAddress = "BC:24:11:34:F4:A8";
Type = "ether";
};
DHCP = "ipv4";
address = [ "10.1.1.44/24" ];
gateway = [ "10.1.1.1" ];
DHCP = "no";
};
sops.defaultSopsFile = ./secrets.yaml;