An open API service indexing awesome lists of open source software.

https://github.com/boxdot/nixos-server

Configuration of my server based on nixos
https://github.com/boxdot/nixos-server

Last synced: about 1 year ago
JSON representation

Configuration of my server based on nixos

Awesome Lists containing this project

README

          

Configuration of my server based on NixOS

## Initial setup

1. Install nixos.
2. Clone this repo into `/etc/nixos`.
3. The file `/etc/nixos/hardware-configuration.nix` generated by `nixos-generate-config` must remain in the latter directory.
4. Use `mkpasswd -m sha-512 > /etc/nixos/dima.passwd` to store user password on the server.
5. Rebuild configuration with `nixos-rebuild switch`.
6. Enjoy!

## Persistent data

* postgresql : `/data/postgresql`
* elasticsearch : `/data/elasticsearch`
* kibana : `/data/kibana`