From 991ae9037461f2993f0f240be2fe4fe24bbeacb6 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Jul 2025 15:54:33 -0500 Subject: add flex-wg-router host --- modules/hosts/flex-wg-router/configuration.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/hosts/flex-wg-router/configuration.nix (limited to 'modules/hosts/flex-wg-router/configuration.nix') diff --git a/modules/hosts/flex-wg-router/configuration.nix b/modules/hosts/flex-wg-router/configuration.nix new file mode 100644 index 0000000..3edb354 --- /dev/null +++ b/modules/hosts/flex-wg-router/configuration.nix @@ -0,0 +1,14 @@ +{ config, lib, pkgs, ... }: { + imports = [ + ./hardware-configuration.nix + ../../archetypes/headless + ]; + bootloader.mode = "efi"; + + # Enable docker + software.development = { + docker.enable = true; + }; + + system.stateVersion = "25.05"; +} -- cgit v1.2.3