Unverified Commit 8ac1135b authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

nixos/yggdrasil: ensure freeformType attrs are resolved (#478484)

parents 735bdeeb 2e44c179
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ let
    bool
    listOf
    str
    attrs
    submodule
    ;
  cfg = config.services.yggdrasil;
@@ -69,7 +68,7 @@ in

      settings = mkOption {
        type = submodule {
          freeformType = attrs;
          freeformType = (pkgs.formats.json { }).type;
          options = {
            PrivateKeyPath = mkOption {
              type = nullOr path;