| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-12-21 | fix(modules/disko): Remove deprecated legacy type and migrate to `by-name` | Benedikt Peetz | |
| 2024-12-20 | refactor(system/services/libreddit): Migrate to `by-name` | Benedikt Peetz | |
| This also includes a rename into `redlib` because of upstream changes. | |||
| 2024-08-02 | feat(hosts/server1): Activate the migrated services | Benedikt Peetz | |
| 2024-06-27 | feat(peertube): Init | Benedikt Peetz | |
| 2024-06-13 | refactor(modules/etesync): Move to a complete module | Benedikt Peetz | |
| 2024-06-05 | feat(treewide): add git-server module | Silas Schöffel | |
| 2023-07-19 | Style(treewide): Format after removing vim lines | Soispha | |
| 2023-07-19 | Feat(.editorconfig): Add the configuration for all files | Soispha | |
| This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors. | |||
| 2023-07-08 | 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-05 | Feat(system/disks): Add disko | Soispha | |
| 2023-06-06 | Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBoot | sils | |
| 2023-03-19 | Fix(hosts/server1/networking): Correct ipv6 | ene | |
| The used ips were straight up wrong. | |||
| 2023-03-19 | Fix(hosts/server1/networking): Fix Gateways | ene | |
| Assigning a specific interface for a gateway should make it easier for nixos to configure it. | |||
| 2023-03-19 | Revert "Fix(hosts/server1/networking): Remove ipv6 route" | ene | |
| The commit didn't work and effectively disabled ipv6 | |||
| 2023-03-19 | Fix(hosts/server1/networking): Remove ipv6 route | ene | |
| 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-19 | Refactor(system/hardware): Move hardware to host | ene | |
| The hardware settings are (somewhat) host specific, and putting them in `system` just builds the wrong expectations. | |||
| 2023-03-19 | Fix(system/hardware): Use actually needed modules and UUID | ene | |
| The old values did work, but these should just make things a bit clearer. | |||
| 2023-03-18 | Refactor: Use better file layout | ene | |
| 2023-03-07 | Fix: Try to fix ipv6 | sils | |
| 2023-02-05 | Feat: Use default.nix | ene | |
| 2023-02-05 | Fix: correct host name and convenience changes | ene | |
| 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-04 | Flake: Changed the configuration to a flake | ene | |
| Nix flakes make a lot of things very easy. | |||
