1
0
forked from clan/clan-core

nixosModules zerotier: remove unneeded default

This commit is contained in:
lassulus 2024-02-07 05:25:15 +01:00
parent b780754621
commit 67d264263c

View File

@ -79,7 +79,6 @@ in
type = lib.types.submodule { type = lib.types.submodule {
freeformType = (pkgs.formats.json { }).type; freeformType = (pkgs.formats.json { }).type;
}; };
default = { };
}; };
}; };
config = lib.mkMerge [ config = lib.mkMerge [