The dgnum infrastructure
Find a file
Tom Hubrecht e775d3049d
All checks were successful
Check meta / check_dns (pull_request) Successful in 16s
Check meta / check_meta (pull_request) Successful in 17s
Check workflows / check_workflows (pull_request) Successful in 18s
Run pre-commit on all files / pre-commit (pull_request) Successful in 31s
Build all the nodes / ap01 (pull_request) Successful in 42s
Build all the nodes / bridge01 (pull_request) Successful in 1m3s
Build all the nodes / netaccess01 (pull_request) Successful in 24s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m13s
Build all the nodes / geo02 (pull_request) Successful in 1m16s
Build all the nodes / geo01 (pull_request) Successful in 1m16s
Build all the nodes / cof02 (pull_request) Successful in 1m17s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m17s
Build all the nodes / build01 (pull_request) Successful in 1m21s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m6s
Build all the nodes / netcore00 (pull_request) Successful in 23s
Build all the nodes / iso (pull_request) Successful in 1m12s
Build all the nodes / netcore01 (pull_request) Successful in 23s
Build all the nodes / lab-router01 (pull_request) Successful in 1m8s
Build all the nodes / netcore02 (pull_request) Successful in 24s
Build all the nodes / compute01 (pull_request) Successful in 1m38s
Build the shell / build-shell (pull_request) Successful in 24s
Build all the nodes / krz01 (pull_request) Successful in 1m49s
Build all the nodes / tower01 (pull_request) Successful in 1m1s
Build all the nodes / web02 (pull_request) Successful in 1m3s
Build all the nodes / web03 (pull_request) Successful in 1m8s
Build all the nodes / rescue01 (pull_request) Successful in 1m23s
Build all the nodes / vault01 (pull_request) Successful in 1m21s
Build all the nodes / web01 (pull_request) Successful in 1m25s
Build all the nodes / storage01 (pull_request) Successful in 1m38s
Build all the nodes / netaccess01 (push) Successful in 27s
Build all the nodes / netcore00 (push) Successful in 27s
Run pre-commit on all files / pre-commit (push) Successful in 33s
Build all the nodes / ap01 (push) Successful in 42s
Build all the nodes / netcore01 (push) Successful in 23s
Build all the nodes / netcore02 (push) Successful in 23s
Build all the nodes / bridge01 (push) Successful in 1m6s
Build all the nodes / cof02 (push) Successful in 1m14s
Build all the nodes / hypervisor02 (push) Successful in 1m14s
Build all the nodes / hypervisor01 (push) Successful in 1m19s
Build the shell / build-shell (push) Successful in 40s
Build all the nodes / geo01 (push) Successful in 1m27s
Build all the nodes / build01 (push) Successful in 1m28s
Build all the nodes / lab-router01 (push) Successful in 1m26s
Build all the nodes / geo02 (push) Successful in 1m27s
Build all the nodes / hypervisor03 (push) Successful in 1m27s
Build all the nodes / iso (push) Successful in 1m27s
Build all the nodes / compute01 (push) Successful in 1m45s
Build all the nodes / tower01 (push) Successful in 1m7s
Build all the nodes / web02 (push) Successful in 1m12s
Build all the nodes / vault01 (push) Successful in 1m26s
Build all the nodes / web03 (push) Successful in 1m29s
Build all the nodes / rescue01 (push) Successful in 1m35s
Build all the nodes / krz01 (push) Successful in 2m16s
Build all the nodes / web01 (push) Successful in 1m37s
Build all the nodes / storage01 (push) Successful in 2m3s
fix(radiusd): Disable debug output
2025-05-03 18:27:22 +02:00
.forgejo/workflows feat(workflows): Move workflows to dedicated runners 2025-04-28 12:42:51 +02:00
lib fix(keys): unique is not in extra anymore 2025-04-15 00:34:36 +02:00
LICENSES feat(modules/extranix): Simplify 2025-04-16 07:48:57 +02:00
machines fix(radiusd): Disable debug output 2025-05-03 18:27:22 +02:00
meta feat(compute01): Deploy opengist on gist.dgnum.eu 2025-05-01 15:07:19 +02:00
modules fix(extranix): Build HTML description in the python script 2025-04-28 22:18:25 +02:00
npins chore(dgsi): Update 2025-05-03 17:24:11 +02:00
patches fix(action-validator): patch to build & use in default 2025-04-20 18:03:45 +02:00
pkgs feat(pkgs): Init docuseal at 1.9.8 2025-04-14 11:22:15 +02:00
scripts fix(scripts): Add build-iso to the shell 2025-04-28 20:43:17 +02:00
workflows feat(workflows): Move workflows to dedicated runners 2025-04-28 12:42:51 +02:00
.envrc feat(workflows): Switch to a nix-based definition of workflows 2024-11-11 17:57:23 +01:00
.gitignore fix(infra): remove untrackable file 2024-02-17 22:56:25 +01:00
bootstrap.nix feat(bootstrap): Add the root of the repository 2025-04-16 07:48:57 +02:00
CONTRIBUTE.md chore: Add license and copyright information 2024-12-13 12:41:38 +01:00
default.nix fix(k-radius): Reduce log level 2025-05-03 18:26:02 +02:00
hive.nix feat(snix-cache): Use snix-cache module 2025-04-28 12:42:51 +02:00
keys.nix fix(keys): Make it so agenix works again 2025-02-13 17:38:12 +01:00
README.md chore: Refactor meta to a module architecture 2025-02-06 13:08:04 +01:00
REUSE.toml fix(k-radius): Reduce log level 2025-05-03 18:26:02 +02:00
shell.nix feat(nix): Use passthru for shells and return to importing the scripts 2024-11-14 22:18:40 +01:00

❄️ infrastructure

The dgnum infrastructure.

Contributing

Some instruction on how to contribute are available (in french) in /CONTRIBUTE.md. You're expected to read this document before commiting to the repo.

Some documentation for the development tools are provided in the aforementioned file.

Using the binary cache

Add the following module to your configuration (and pin this repo using your favorite tool: npins, lon, etc...):

{ lib, ... }:
let
  dgnum-infra = PINNED_PATH_TO_INFRA;
in {
  nix.settings = (import dgnum-infra { }).mkCacheSettings {
    caches = [ "infra" ];
  };
}

Adding a new machine

The first step is to create a minimal viable NixOS host, using tha means necessary. The second step is to find a name for this host, it must be unique from the other hosts.

Tip

For the rest of this part, we assume that the host is named host02

Download the keys

The public SSH keys of host02 have to be saved to keys, preferably only the ssh-ed25519 one.

It can be retreived with :

ssh-keyscan address.of.host02 2>/dev/null | awk '/ssh-ed25519/ {print $2,$3}'

Initialize the machine folder and configuration

  • Create a folder host02 under machines/
  • Copy the hardware configuration file generated by nixos-generate-config to machines/host02/_hardware-configuration.nix
  • Create a machines/host02/_configuration.nix file, it will contain the main configuration options, the basic content of this file should be the following
{ lib, ... }:

lib.extra.mkConfig {
  enabledModules = [
    # List of modules to enable
  ];

  enabledServices = [
    # List of services to enable
  ];

  extraConfig = {
    services.netbird.enable = true;
  };

  root = ./.;
}

Fill in the metadata

Network configuration

The network is declared in meta/network.nix, the necessary hostId value can be generated with :

head -c4 /dev/urandom | od -A none -t x4 | sed 's/ //'

Other details

The general metadata is declared in meta/nodes.nix, the main values to declare are :

  • site, where the node is physically located
  • stateVersion
  • nixpkgs, the nixpkgs version to use

Initialize secrets

Create the directory secrets in the configuration folder, and add a secrets.nix file containing :

(import ../../../keys.nix).mkSecrets [ "host02" ] [
  # List of secrets for host02
]

This will be used for future secret management.

Update encrypted files

Both the Arkheon, Netbox and notification modules have secrets that are deployed on all machines. To make those services work correctly, run in modules/dgn-records, modules/dgn-netbox-agent and modules/dgn-notify :

agenix -r

Commit and create a PR

Once all of this is done, check that the configuration builds correctly :

colmena build --on host02

Apply it, and create a Pull Request.