diff --git a/flake.lock b/flake.lock index 247b4aa..8d172e4 100644 --- a/flake.lock +++ b/flake.lock @@ -17,34 +17,21 @@ "type": "indirect" } }, - "flake-utils_2": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "freescout-nix": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1673517701, - "narHash": "sha256-m6JDhvbljk+8dSqjJSQaovM9ibHhbPZv6d8I7PrlibI=", + "lastModified": 1681394336, + "narHash": "sha256-53rbYDTn79tzi/IhGaaqUC35aYLJUI1rXUKvcZVP20Q=", "ref": "main", - "rev": "a6ef9643d794085afaa2b574bf7373090026d917", - "revCount": 8, + "rev": "306011b892125dc0c5012dda2bfa3c54b8341b0c", + "revCount": 16, "type": "git", "url": "https://cyberchaos.dev/e1mo/freescout-nix-flake" }, diff --git a/flake.nix b/flake.nix index 8f68dfa..2049481 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,7 @@ freescout-nix = { url = "git+https://cyberchaos.dev/e1mo/freescout-nix-flake?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; }; }; diff --git a/services/freescout.nix b/services/freescout.nix index 4d7ed68..ef4b7e5 100644 --- a/services/freescout.nix +++ b/services/freescout.nix @@ -11,8 +11,6 @@ enable = true; domain = "support.${baseDomain}"; - phpPackage = pkgs.php80; - settings = { APP_KEY._secret = config.sops.secrets."freescout/app_key".path; APP_ENV = "local";