chore: removed korea shit
This commit is contained in:
parent
67083cac08
commit
34c1e952c5
|
@ -13,23 +13,18 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Fuck korea.
|
||||
# I need a static global IP address for my dorm LAN
|
||||
# So to not dox myself this config file is hardcoded
|
||||
systemd.network.networks = {
|
||||
"01-lan1" = {
|
||||
DHCP = "yes";
|
||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.lan1.mac;
|
||||
networkConfig.IPv6PrivacyExtensions = "yes";
|
||||
gateway = [config.secrets.secrets.local.networking.fuckKoreanDorm.gateway];
|
||||
address = [config.secrets.secrets.local.networking.fuckKoreanDorm.address];
|
||||
dns = ["9.9.9.9"];
|
||||
};
|
||||
"01-wlan1" = {
|
||||
DHCP = "yes";
|
||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.wlan1.mac;
|
||||
networkConfig.IPv6PrivacyExtensions = "yes";
|
||||
# TODO: change dns to own when at hom
|
||||
# TODO: change dns to own when at home
|
||||
dns = ["9.9.9.9"];
|
||||
};
|
||||
};
|
||||
|
@ -41,8 +36,4 @@
|
|||
rekeyFile = nodePath + "/secrets/iwd/devolo-og.psk.age";
|
||||
path = "/var/lib/iwd/devolo-og.psk";
|
||||
};
|
||||
age.secrets.kaist = {
|
||||
rekeyFile = nodePath + "/secrets/iwd/kaist.8021x.age";
|
||||
path = "/var/lib/iwd/Welcome_KAIST.8021x";
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue