My NixOS configuration files. Only used for my self-hosted infra at the moment.
Go to file
Bruno BELANYI 971b610cd5 modules: services: matrix: SSL only for server
This is a requirement anyway for homeservers, and the `forceSSL` option
tried to create a redirect for non-SSL traffic, except the `listen`
option only provided SSL endpoints anyway, so this resulted in
additional rules in the nginx config looking like this:

```nginx
server {
        server_name matrix.belanyi.fr ;
        location /.well-known/acme-challenge {
                root /var/lib/acme/acme-challenge;
                auth_basic off;
        }
        location / {
                return 301 https://$host$request_uri;
        }
}
```
2021-07-13 17:43:31 +02:00
.git-crypt secrets: init git-crypt 2021-02-03 11:55:33 +01:00
home home: direnv: update to new option name 2021-06-30 20:08:07 +02:00
lib lib: attrs: add renaming functions 2021-05-08 17:14:13 +02:00
machines modules: hardware: sound: refactor options 2021-06-27 01:59:07 +02:00
modules modules: services: matrix: SSL only for server 2021-07-13 17:43:31 +02:00
overlays overlays: transgui: correctly use previous patches 2021-07-04 11:52:07 +02:00
pkgs pkgs: bw-pass: change password prompt 2021-07-04 11:52:07 +02:00
profiles profiles: add devices 2021-06-07 17:56:46 +02:00
secrets secrets: use more specific type 2021-06-27 19:48:26 +02:00
.drone.yml ci: migrate to 'exec' runner 2021-06-13 18:38:09 +02:00
.envrc nix: evaluate shell hooks 2021-05-31 23:06:20 +02:00
.gitignore git: ignore generated pre-commit configuration 2021-05-31 23:06:37 +02:00
bootstrap.sh project: bootstrap: unlock BW when logged in 2021-05-08 17:14:13 +02:00
flake.lock flake: bump inputs 2021-06-30 20:07:55 +02:00
flake.nix modules: move home configuration from flake 2021-06-25 20:46:36 +02:00
README.md project: readme: mention manual flood config 2021-05-23 00:14:26 +02: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:

sudo nixos-rebuild switch --flake .

Secondly, take care of a few manual steps:

  • Configure Gitea and Drone
  • Configure Lohr webhook and SSH key
  • Configure Jellyfin
  • Configure Jackett and NZBHydra2
  • Configure Sonarr, Radarr, Bazarr
  • Configure Transmission's webui port
  • Configure Quassel user
  • Configure Flood account