Infrastructure as Code for our home servers
Find a file
2023-11-22 19:04:26 +01:00
machines create custom module system 2023-11-22 18:28:55 +01:00
modules create custom module system 2023-11-22 18:28:55 +01:00
secrets remove ansible 2023-11-14 23:53:04 +01:00
.envrc improve nixos anywhere script: 2023-11-15 11:41:45 +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 fix ssh client config 2023-11-22 19:04:26 +01:00
flake.lock improve nixos anywhere script: 2023-11-15 11:41:45 +01:00
flake.nix merge normal and hardware configuration 2023-11-22 18:54:05 +01:00
nftables.conf add firewall! 2023-11-08 21:16:51 +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