Loading nixos/modules/services/networking/yggdrasil.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ let bool listOf str attrs submodule ; cfg = config.services.yggdrasil; Loading Loading @@ -69,7 +68,7 @@ in settings = mkOption { type = submodule { freeformType = attrs; freeformType = (pkgs.formats.json { }).type; options = { PrivateKeyPath = mkOption { type = nullOr path; Loading Loading
nixos/modules/services/networking/yggdrasil.nix +1 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ let bool listOf str attrs submodule ; cfg = config.services.yggdrasil; Loading Loading @@ -69,7 +68,7 @@ in settings = mkOption { type = submodule { freeformType = attrs; freeformType = (pkgs.formats.json { }).type; options = { PrivateKeyPath = mkOption { type = nullOr path; Loading