diff --git a/flake.lock b/flake.lock index 8d172e4..720efdb 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1681394336, - "narHash": "sha256-53rbYDTn79tzi/IhGaaqUC35aYLJUI1rXUKvcZVP20Q=", + "lastModified": 1681403268, + "narHash": "sha256-ek423DGBkCzGMxN/DjYZ5fCDOL/C0B2nMioUVFZo0Uk=", "ref": "main", - "rev": "306011b892125dc0c5012dda2bfa3c54b8341b0c", - "revCount": 16, + "rev": "9ec64d6189890d01b70dbc4b275433ed67df56c9", + "revCount": 17, "type": "git", "url": "https://cyberchaos.dev/e1mo/freescout-nix-flake" }, diff --git a/services/freescout.nix b/services/freescout.nix index ef4b7e5..57c32a3 100644 --- a/services/freescout.nix +++ b/services/freescout.nix @@ -10,6 +10,7 @@ services.freescout = { enable = true; domain = "support.${baseDomain}"; + phpPackage = pkgs.php82; settings = { APP_KEY._secret = config.sops.secrets."freescout/app_key".path;