From 373376dc84112ae0bb8ce002af8d5d868f72b4ac Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 29 Dec 2025 21:24:32 -0600 Subject: unbound blocklist module and unbound config + start router profile and poweredge-pro outline updates --- archetypes/profiles/router/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 archetypes/profiles/router/default.nix (limited to 'archetypes/profiles/router/default.nix') diff --git a/archetypes/profiles/router/default.nix b/archetypes/profiles/router/default.nix new file mode 100644 index 0000000..0818a6b --- /dev/null +++ b/archetypes/profiles/router/default.nix @@ -0,0 +1,15 @@ +{ lib, pkgs, ... }: let + mkRouter = lib.mkOverride 800; + + # TODO pass mkRouter + #imports = [ + # ./unbound.nix + #]; + + nixosConfig = {}; + + homeConfig = {}; +in { + imports = [ (lib._mkProfileArchetype "router" nixosConfig homeConfig) ]; +} + -- cgit v1.2.3