Infrastructure as Code for our home servers
Find a file
2023-11-25 14:52:19 +01:00
machines working postgresql installation 2023-11-24 10:31:23 +01:00
modules enable client certificate checking 2023-11-25 13:41:49 +01:00
secrets working postgresql installation 2023-11-24 10:31:23 +01:00
.envrc add psql env variables to .envrc 2023-11-25 14:43:37 +01:00
.gitignore update README 2023-11-05 19:03:44 +01:00
bootstrap.sh switch to flake version of nixos-anywhere due to nixos-unstable issue 2023-11-15 13:37:13 +01:00
configuration.nix refactor module logic 2023-11-24 13:52:51 +01:00
flake.lock improve nixos anywhere script: 2023-11-15 11:41:45 +01:00
flake.nix enable client certificate checking 2023-11-25 13:41:49 +01:00
nftables.conf allow postgresql traffic in nftables 2023-11-24 10:53:18 +01:00
postgresql_server.crt working postgresql installation 2023-11-24 10:31:23 +01:00
README.md switch to flake version of nixos-anywhere due to nixos-unstable issue 2023-11-15 13:37:13 +01:00

nixos-servers

Nix definitions to configure our physical servers. Currently, only one physical server (named jefke) is implemented but more are planned!

Prerequisites

  1. Install the Nix package manager or NixOS (link)
  2. Enable flake and nix commands (link)
  3. Install Direnv (link)
  4. Allow direnv for this repository: direnv allow

Bootstrapping

We bootstrap our physical server using nixos-anywhere. This reformats the hard disk of the server and installs a fresh NixOS. Additionally, it deploys an age identity, which is later used for decrypting secrets.

⚠️ This will wipe your server completely ⚠️

  1. Make sure your have a Secret service running (such as Keepassxc) that provides the age identity.
  2. Ensure you have root SSH access to the server.
  3. Run nixos-anywhere: ./bootstrap.sh <servername>

Deployment

Deployment can simply be done as follows: deploy