hazel/networking: move address to secrets
This commit is contained in:
parent
bd4affdea0
commit
b8ad7638ef
2 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
{ config, ... }: {
|
{ gcSecrets, ... }: {
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
interfaces.enp8s0.ipv6.addresses = [
|
interfaces.enp8s0.ipv6.addresses = [
|
||||||
{
|
{
|
||||||
address = "2a01:4f9:4a:2694::11";
|
address = gcSecrets.hazel.ipv6Addr;
|
||||||
prefixLength = 64;
|
prefixLength = 64;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue