router: add secrix for secrets; add cloudflare api key

This commit is contained in:
2025-05-11 21:25:34 -07:00
parent bb633e5bce
commit 1fbba65785
6 changed files with 50 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
{ config, lib, pkgs, ... }:
let
vars = import ./vars.nix;
in
{
imports =
[ # Include the results of the hardware scan.
@@ -10,6 +12,8 @@
./kea.nix
./services.nix
];
# Secrix for secrets management
secrix.hostPubKey = vars.pubkey;
# Bootloader.
boot.loader.systemd-boot.enable = true;