summary refs log tree commit diff stats
path: root/flake.nix (follow)
Commit message (Collapse)AuthorAge
* Build(flake): Enable direnv integrationSoispha2023-04-18
| | | | | | | | | | [Direnv](https://github.com/direnv/direnv) in combination with [Nix integration](https://github.com/direnv/direnv/wiki/Nix) — in this case [Nix-direnv](https://github.com/nix-community/nix-direnv) — allows for reliable build environments (and some uncluttering of the PATH). Setting it up is rather easy, just see [Nix-direnv's install instructions](https://github.com/nix-community/nix-direnv#installation).
* Chore(flake): Update and add follows for inputsSoispha2023-04-18
|
* Refactor: Use better file layoutene2023-03-18
|
* Feat: Added admin@vhack.eu mailsils2023-03-07
|
* Feat: Add mailserversils2023-03-07
|
* Feat: Add Websitesils2023-03-07
| | | | | This provides an html file located at /srv/www/vhack.eu/index.html over https.
* 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.