From 1720c3c4561ba697804e82ebdc1fa35b0a8a7e72 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 26 Jun 2024 20:33:47 -0400 Subject: [PATCH] minor remove test thing (squash later) --- hosts/rpi4/services.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 993dea5..790ca31 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -14,11 +14,6 @@ # submodule definitions locationModule' = vhostAttrs: { name, config, ... }: { - options.testModuleExtension = lib.mkEnableOption "module extension test"; - config.extraConfig = lib.mkIf config.testModuleExtension '' - # vhostAttrs is ${vhostAttrs.name} - # location is ${name} - ''; }; vhostModule = { name, config, ... }@attrs: { options.locations = mkAttrsOfSubmoduleOpt (locationModule' attrs);