2021-02-05 18:07:24 +01:00
|
|
|
# Nix-config
|
|
|
|
|
|
|
|
My NixOS-based system configuration files.
|
|
|
|
|
|
|
|
Currently only used as an experiment to self-host a new server.
|
|
|
|
|
|
|
|
## Steps
|
|
|
|
|
|
|
|
First build using flakes:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo nixos-rebuild switch --flake .
|
|
|
|
```
|
|
|
|
|
|
|
|
Secondly, take care of a few manual steps:
|
|
|
|
|
|
|
|
* Configure Gitea and Drone
|
2021-04-02 00:48:27 +02:00
|
|
|
* Configure Lohr webhook and SSH key
|
2021-02-15 23:28:56 +01:00
|
|
|
* Configure Jellyfin
|
2021-02-05 18:07:24 +01:00
|
|
|
* Configure Jackett and NZBHydra2
|
|
|
|
* Configure Sonarr, Radarr, Bazarr
|
|
|
|
* Configure Transmission's webui port
|
2021-02-06 12:27:07 +01:00
|
|
|
* Configure Quassel user
|
2021-05-23 00:14:26 +02:00
|
|
|
* Configure Flood account
|