My NixOS configuration files. Only used for my self-hosted infra at the moment.
Go to file
Bruno BELANYI 5d21cecee7 modules: services: postgres: add migration script
The process to upgrade is:

* Make sure the version number of the script is one major version over
  the service version.

* Activate the script, rebuild configuration.

* Run `upgrade-pg-cluster` as `root`. One can give arguments like
  `--link` or `--jobs 4` to speedup the process. See documentation for
  some details.

* Change package to new version once the upgrade is finished, rebuild
  configuration.

* Optionally, `ANALYZE` the new database.
2021-07-29 13:02:49 +02:00
.git-crypt secrets: init git-crypt 2021-02-03 11:55:33 +01:00
home home: git: use topological order in log 2021-07-13 17:50:44 +02:00
lib lib: attrs: add renaming functions 2021-05-08 17:14:13 +02:00
machines machines: porthos: services: enable monitoring 2021-07-13 19:17:33 +02:00
modules modules: services: postgres: add migration script 2021-07-29 13:02:49 +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: add monitoring password 2021-07-13 19:17:33 +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-07-13 19:08:54 +02:00
flake.nix flake: flatten and filter packages w/ flake-utils 2021-07-14 21:49:31 +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