• Joined on 2021-09-07
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…

nerf pushed to networking at nerf/nixConfig 2025-03-31 11:59:02 +00:00
a8bab398ce populate ip address based on hostname and populate the hostfile with other vm ips
nerf created pull request Fachschaft/nixConfig#77 2025-03-31 00:34:07 +00:00
Revamp network config
nerf created branch networking in nerf/nixConfig 2025-03-31 00:29:40 +00:00
nerf pushed to networking at nerf/nixConfig 2025-03-31 00:29:40 +00:00
c78fca0751 populate ip address based on hostname and populate the hostfile with other vm ips
nerf approved Fachschaft/nixConfig#75 2025-03-30 13:48:37 +00:00
Disable spam checking
nerf commented on pull request Fachschaft/nixConfig#75 2025-03-30 13:24:18 +00:00
Disable spam checking

Do you mean that we might flag stuff as spam, because the HRZ does trash things?

nerf approved Fachschaft/nixConfig#71 2025-03-29 23:51:18 +00:00
Alias file update
nerf commented on pull request Fachschaft/nixConfig#73 2025-03-29 23:50:34 +00:00
Update SOPS files for new encryption key

you could've done sops updatekeys -y **/*.secrets.yaml would be the same result.

nerf approved Fachschaft/nixConfig#74 2025-03-29 23:41:08 +00:00
Fix syntax error

@totallynotadolphin you might install the pre-commit hooks, then this wouldn't happen.

nerf pushed to main at nerf/nixConfig 2025-03-28 22:47:54 +00:00
a6db8ef50f nix flake update
a505b14bb1 cargo update
Compare 2 commits »
nerf pushed to main at Fachschaft/nixConfig 2025-03-28 22:46:29 +00:00
a6db8ef50f nix flake update
a505b14bb1 cargo update
Compare 2 commits »
nerf merged pull request Fachschaft/nixConfig#70 2025-03-28 22:46:28 +00:00
updates