fix: fix droppie static ipv6 device name

This commit is contained in:
Benjamin Bädorf 2023-11-05 19:46:52 +01:00
parent 300e7e5608
commit 503307f0d6
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -4,7 +4,7 @@
pkgs,
...
}: {
networking.interfaces.enabcm6e4ei0 = {
networking.interfaces.enp2s0f0 = {
ipv6.addresses = [ { address = "2a02:908:5b1:e3c0:3077:3::"; prefixLength = 128; } ];
};