summary refs log tree commit diff stats
path: root/hosts/server1/networking.nix (follow)
Commit message (Collapse)AuthorAge
* Merge branch 'server1_mail' into server1_developene2023-03-20
|\
| * Refactor: Use better file layoutene2023-03-18
| |
| * Fix: Try to fix ipv6sils2023-03-07
| |
* | Fix(hosts/server1/networking): Correct ipv6ene2023-03-19
| | | | | | | | The used ips were straight up wrong.
* | Fix(hosts/server1/networking): Fix Gatewaysene2023-03-19
|/ | | | | Assigning a specific interface for a gateway should make it easier for nixos to configure it.
* Fix: correct host name and convenience changesene2023-02-05
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