drop bloatware module
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
{ lib, ... }: {
|
|
||||||
options.clan.bloatware = lib.mkOption {
|
|
||||||
type = lib.types.submodule {
|
|
||||||
imports = [
|
|
||||||
../../../lib/jsonschema/example-interface.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -7,7 +7,6 @@
|
|||||||
./networking.nix
|
./networking.nix
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
# just some example options. Can be removed later
|
# just some example options. Can be removed later
|
||||||
./bloatware
|
|
||||||
./vm.nix
|
./vm.nix
|
||||||
./options.nix
|
./options.nix
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user