project: add simple README
This commit is contained in:
parent
e29adcda03
commit
04dd1bc671
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
* Configure Jackett and NZBHydra2
|
||||
* Configure Sonarr, Radarr, Bazarr
|
||||
* Configure Transmission's webui port
|
Loading…
Reference in a new issue