drop bloatware module
All checks were successful
checks / test (pull_request) Successful in 1m9s
checks-impure / test (pull_request) Successful in 1m44s

This commit is contained in:
Jörg Thalheim 2023-11-08 14:47:31 +01:00
parent 0e0803f000
commit 0efbb461e6
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
{ lib, ... }: {
options.clan.bloatware = lib.mkOption {
type = lib.types.submodule {
imports = [
../../../lib/jsonschema/example-interface.nix
];
};
};
}

View File

@ -7,7 +7,6 @@
./networking.nix
inputs.sops-nix.nixosModules.sops
# just some example options. Can be removed later
./bloatware
./vm.nix
./options.nix
];