summary refs log tree commit diff stats
path: root/hosts (follow)
Commit message (Collapse)AuthorAge
* feat(hosts/server1): Activate the migrated servicesBenedikt Peetz2024-08-02
|
* feat(peertube): InitBenedikt Peetz2024-06-27
|
* refactor(modules/etesync): Move to a complete moduleBenedikt Peetz2024-06-13
|
* feat(treewide): add git-server moduleSilas Schöffel2024-06-05
|
* Style(treewide): Format after removing vim linesSoispha2023-07-19
|
* Feat(.editorconfig): Add the configuration for all filesSoispha2023-07-19
| | | | | This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors.
* Fix(host/server1): Use working path to diskSoispha2023-07-08
|
* Fix(system/disks): Change partitioning scheme to support gpt/bios bootSoispha2023-07-08
|
* Feat(system/disks): Add diskoSoispha2023-07-05
|
* Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBootsils2023-06-06
|
* Merge branch 'server1_hardware' into server1_developene2023-03-20
|\
| * Revert "Fix(hosts/server1/networking): Remove ipv6 route"ene2023-03-19
| | | | | | | | The commit didn't work and effectively disabled ipv6
| * Fix(hosts/server1/networking): Remove ipv6 routeene2023-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 hostene2023-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 UUIDene2023-03-19
| | | | | | | | | | The old values did work, but these should just make things a bit clearer.
* | 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.
* Feat: Use default.nixene2023-02-05
|
* 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
* Flake: Changed the configuration to a flakeene2023-02-04
Nix flakes make a lot of things very easy.