From 0efbb461e68d8238db05282f82786dd65fb0e371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 8 Nov 2023 14:47:31 +0100 Subject: [PATCH] drop bloatware module --- nixosModules/clanCore/bloatware/default.nix | 9 --------- nixosModules/clanCore/flake-module.nix | 1 - 2 files changed, 10 deletions(-) delete mode 100644 nixosModules/clanCore/bloatware/default.nix diff --git a/nixosModules/clanCore/bloatware/default.nix b/nixosModules/clanCore/bloatware/default.nix deleted file mode 100644 index 0c85221f6..000000000 --- a/nixosModules/clanCore/bloatware/default.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ lib, ... }: { - options.clan.bloatware = lib.mkOption { - type = lib.types.submodule { - imports = [ - ../../../lib/jsonschema/example-interface.nix - ]; - }; - }; -} diff --git a/nixosModules/clanCore/flake-module.nix b/nixosModules/clanCore/flake-module.nix index dbfb22fd0..2d5b1930e 100644 --- a/nixosModules/clanCore/flake-module.nix +++ b/nixosModules/clanCore/flake-module.nix @@ -7,7 +7,6 @@ ./networking.nix inputs.sops-nix.nixosModules.sops # just some example options. Can be removed later - ./bloatware ./vm.nix ./options.nix ];