| Commit message (Collapse) | Author |
|
values
This allows us to outsource the host-handling from the `flake.nix` file.
|
|
The used ips were straight up wrong.
|
|
Assigning a specific interface for a gateway should make it easier for
nixos to configure it.
|
|
The commit didn't work and effectively disabled ipv6
|
|
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.
|
|
|
|
|
|
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
|
|
Nix flakes make a lot of things very easy.
|
|
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.
|