chore: removed korea shit

This commit is contained in:
Patrick Großmann 2023-08-23 01:23:17 +09:00
parent 67083cac08
commit 34c1e952c5
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 1 additions and 10 deletions

View file

@ -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";
};
}