• Joined on 2021-09-07
nerf closed issue Fachschaft/nixConfig#33 2025-04-01 17:15:17 +00:00
Refactor Networking
nerf pushed to main at Fachschaft/nixConfig 2025-04-01 17:14:31 +00:00
79c731ccd3 replaced ip addresses with hostnames
7f5496c9c9 populate ip address based on hostname and populate the hostfile with other vm ips
Compare 2 commits »
nerf deleted branch networking from nerf/nixConfig 2025-04-01 17:14:31 +00:00
nerf merged pull request Fachschaft/nixConfig#77 2025-04-01 17:14:29 +00:00
Revamp network config
nerf commented on pull request Fachschaft/nixConfig#77 2025-04-01 17:13:42 +00:00
Revamp network config

Feels out of scope, I just noted as i changed the ip to a hostname

nerf commented on pull request Fachschaft/nixConfig#77 2025-04-01 15:04:43 +00:00
Revamp network config

should the repo name nyarlathotep be hardcoded?

nerf commented on pull request Fachschaft/nixConfig#77 2025-04-01 15:04:23 +00:00
Revamp network config

should the repo name lobon be hardcoded?

nerf pushed to networking at nerf/nixConfig 2025-04-01 15:03:27 +00:00
99871928f9 replaced ip addresses with hostnames
nerf pushed to networking at nerf/nixConfig 2025-04-01 14:22:55 +00:00
ec77890814 populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-04-01 11:07:47 +00:00
adb8640f6d populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-04-01 11:06:07 +00:00
e42e9f0ff7 populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-04-01 11:05:22 +00:00
55fa0f193a populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-04-01 10:29:42 +00:00
f815391cbc populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-03-31 21:17:02 +00:00
d5302456bb populate ip address based on hostname and populate the hostfile with other vm ips
nerf pushed to networking at nerf/nixConfig 2025-03-31 21:11:15 +00:00
e9375ad338 populate ip address based on hostname and populate the hostfile with other vm ips
nerf commented on pull request Fachschaft/nixConfig#76 2025-03-31 14:08:40 +00:00
Disallow apostrophies in mail addresses that we push to HRZ

I will let this be open for a week, so someone with more Rust knowledge than me can give a proper review. If it doesn't happen I will just approve. @dsimon @Peter @totallynotadolphin

nerf commented on pull request Fachschaft/nixConfig#77 2025-03-31 13:59:53 +00:00
Revamp network config

shouldn't we get all the non global ipv6 stuff from SLAAC? And if not we could still do

lobon = {
  ipv4 = "192,168.0.22";
  ipv6 = { some complicated structure};
};
nerf pushed to networking at nerf/nixConfig 2025-03-31 12:17:06 +00:00
cfec4e9f32 populate ip address based on hostname and populate the hostfile with other vm ips
nerf commented on pull request Fachschaft/nixConfig#77 2025-03-31 12:14:59 +00:00
Revamp network config

I does not eat config options. This distinction is kind of weird and we inherited it from maralorn to have some starting point. It felt to me like it is more part of having the vm role, (this is…

nerf commented on pull request Fachschaft/nixConfig#77 2025-03-31 12:12:02 +00:00
Revamp network config

I did not spend a single thought about ipv6, I wanted to restructure the existing config not add new features.

In general we could do something similar this, I choose this way, because it…