My NixOS configuration files. Only used for my self-hosted infra at the moment.
Go to file
Bruno BELANYI d1d33fd1d1 secrets: modularise
Instead of reading from the 'secrets' directory all over the place,
consolidate all secrets-handling inside the same module.

This means that finally, the 'acme' service does not need to come read
right into this repository, however this leads to a potentially unsecure
setup (because I am storing passwords in the Nix store)... I have
decided not to care about this relatively minor issue, but I could
revisit it by using `sops-nix` in the future.
2021-02-08 10:49:59 +00:00
.git-crypt secrets: init git-crypt 2021-02-03 11:55:33 +01:00
secrets secrets: modularise 2021-02-08 10:49:59 +00:00
services secrets: modularise 2021-02-08 10:49:59 +00:00
ssh configuration: store ssh keys in subfolder 2021-02-03 20:38:54 +01:00
configuration.nix secrets: modularise 2021-02-08 10:49:59 +00:00
flake.lock flake: add NUR overlay 2021-02-08 10:49:59 +00:00
flake.nix flake: add NUR overlay 2021-02-08 10:49:59 +00:00
hardware-configuration.nix porthos: initial configuration 2021-02-03 11:55:33 +01:00
README.md project: readme: add quassel to manual steps 2021-02-08 10:49:59 +00: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 Jackett and NZBHydra2
  • Configure Sonarr, Radarr, Bazarr
  • Configure Transmission's webui port
  • Configure Quassel user