summary refs log tree commit diff stats
path: root/hosts/server1/configuration.nix (follow)
Commit message (Collapse)AuthorAge
* 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
|
* Feat(system/disks): Add diskoSoispha2023-07-05
|
* Fix(hosts/server1): Rename boot.cleanTmpDir to boot.tmp.cleanOnBootsils2023-06-06
|
* 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.
* Refactor: Use better file layoutene2023-03-18
|
* 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