From 7ee7c88315c6a22e367b26be635877f3eec1d5f6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 21 Feb 2024 22:25:14 -0600 Subject: [PATCH] Remove test modules --- nixos/foxtrot.nix | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index 8a020a6..4d3c1d2 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -1,5 +1,4 @@ { - api-lyte-dev, inputs, outputs, pkgs, @@ -10,27 +9,6 @@ in { networking.hostName = "foxtrot"; imports = with outputs.nixosModules; [ - ({ - config, - pkgs, - lib, - ... - }: - with lib; let - cfg = config.services.myservice; - in { - options.services.myservice = { - enable = mkEnableOption "Enables the api.lyte.dev service"; - }; - - config = - mkIf cfg.enable { - }; - }) - { - services.myservice.enable = true; - } - outputs.diskoConfigurations.standard inputs.hardware.nixosModules.framework-13-7040-amd desktop-usage