Remove test modules

This commit is contained in:
Daniel Flanagan 2024-02-21 22:25:14 -06:00
parent 39090f4d45
commit 7ee7c88315
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -1,5 +1,4 @@
{ {
api-lyte-dev,
inputs, inputs,
outputs, outputs,
pkgs, pkgs,
@ -10,27 +9,6 @@ in {
networking.hostName = "foxtrot"; networking.hostName = "foxtrot";
imports = with outputs.nixosModules; [ 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 outputs.diskoConfigurations.standard
inputs.hardware.nixosModules.framework-13-7040-amd inputs.hardware.nixosModules.framework-13-7040-amd
desktop-usage desktop-usage