This commit is contained in:
Lyn 2024-11-13 19:21:57 +01:00
parent 36ad39d4e5
commit 6b1b4a74ad

View file

@ -62,7 +62,7 @@ in {
# defining the entire hosts part as a module # defining the entire hosts part as a module
network.hosts = lib.mkOption { network.hosts = lib.mkOption {
type = lib.typesattrsOf (lib.types.submodule { type = lib.types.attrsOf (lib.types.submodule {
options = { options = {
wg = lib.mkOption { wg = lib.mkOption {
type = lib.types.submodule { type = lib.types.submodule {