aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/server1/networking.nix (unfollow)
Commit message (Collapse)Author
2024-12-25refactor(hosts): Use a `by-name` structure and construct all host depended ↵Benedikt Peetz
values This allows us to outsource the host-handling from the `flake.nix` file.
2023-03-19Fix(hosts/server1/networking): Correct ipv6ene
The used ips were straight up wrong.
2023-03-19Fix(hosts/server1/networking): Fix Gatewaysene
Assigning a specific interface for a gateway should make it easier for nixos to configure it.
2023-03-19Revert "Fix(hosts/server1/networking): Remove ipv6 route"ene
The commit didn't work and effectively disabled ipv6
2023-03-19Fix(hosts/server1/networking): Remove ipv6 routeene
This is somewhat misconfigured, as it makes to config not compilable. I assume, that this route setting is needed, but believe, that having a compiling config is better.
2023-03-18Refactor: Use better file layoutene
2023-03-07Fix: Try to fix ipv6sils
2023-02-05Fix: correct host name and convenience changesene
We used the domain name instead of the host name, which obviously doesn't work for multiple host. In addition to that I changed some directory to make importing easier and enabled the "nix-command" and "flakes" experimental options, to make the `nix flake check` command usable. Refs: #15
2023-02-04Flake: Changed the configuration to a flakeene
Nix flakes make a lot of things very easy.
2023-01-07Format: First formatting with Alejandraene
This marks the beginning of a clean git commit history. This is because of two changes: * Usage of conventional-commits (https://www.conventionalcommits.org/en/v1.0.0/). * Consistent formatting of the code base to reduce diff footprints. The choice of Alejandra as auto-formatter is obviously not final.