Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix(host/server1): Use working path to disk | Soispha | 2023-07-08 | |
| | ||||
* | Fix(system/disks): Change partitioning scheme to support gpt/bios boot | Soispha | 2023-07-08 | |
| | ||||
* | Feat(system/disks): Add disko | Soispha | 2023-07-05 | |
| | ||||
* | Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot | sils | 2023-06-06 | |
| | ||||
* | Merge branch 'server1_hardware' into server1_develop | ene | 2023-03-20 | |
|\ | ||||
| * | Revert "Fix(hosts/server1/networking): Remove ipv6 route" | ene | 2023-03-19 | |
| | | | | | | | | The commit didn't work and effectively disabled ipv6 | |||
| * | Fix(hosts/server1/networking): Remove ipv6 route | ene | 2023-03-19 | |
| | | | | | | | | | | | | 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. | |||
| * | Refactor(system/hardware): Move hardware to host | ene | 2023-03-19 | |
| | | | | | | | | | | The hardware settings are (somewhat) host specific, and putting them in `system` just builds the wrong expectations. | |||
| * | Fix(system/hardware): Use actually needed modules and UUID | ene | 2023-03-19 | |
| | | | | | | | | | | The old values did work, but these should just make things a bit clearer. | |||
* | | Merge branch 'server1_mail' into server1_develop | ene | 2023-03-20 | |
|\| | ||||
| * | Refactor: Use better file layout | ene | 2023-03-18 | |
| | | ||||
| * | Fix: Try to fix ipv6 | sils | 2023-03-07 | |
| | | ||||
* | | Fix(hosts/server1/networking): Correct ipv6 | ene | 2023-03-19 | |
| | | | | | | | | The used ips were straight up wrong. | |||
* | | 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. |