Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix(hosts/server1/networking): Fix Gateways | ene | 2023-03-19 |
| | | | | | Assigning a specific interface for a gateway should make it easier for nixos to configure it. | ||
* | Feat: Use default.nix | ene | 2023-02-05 |
| | |||
* | Fix: correct host name and convenience changes | ene | 2023-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 | ||
* | Flake: Changed the configuration to a flake | ene | 2023-02-04 |
Nix flakes make a lot of things very easy. |