hazel/networking: move address to secrets

This commit is contained in:
LavaDesu 2025-05-23 00:13:30 +10:00
parent bd4affdea0
commit b8ad7638ef
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -1,9 +1,9 @@
{ config, ... }: {
{ gcSecrets, ... }: {
networking = {
useDHCP = true;
interfaces.enp8s0.ipv6.addresses = [
{
address = "2a01:4f9:4a:2694::11";
address = gcSecrets.hazel.ipv6Addr;
prefixLength = 64;
}
];

Binary file not shown.