Update freescout flake for php8.2 compatibility
This commit is contained in:
parent
3d2493f3a0
commit
bf891ae2d9
2 changed files with 5 additions and 4 deletions
|
@ -27,11 +27,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1681394336,
|
"lastModified": 1681403268,
|
||||||
"narHash": "sha256-53rbYDTn79tzi/IhGaaqUC35aYLJUI1rXUKvcZVP20Q=",
|
"narHash": "sha256-ek423DGBkCzGMxN/DjYZ5fCDOL/C0B2nMioUVFZo0Uk=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "306011b892125dc0c5012dda2bfa3c54b8341b0c",
|
"rev": "9ec64d6189890d01b70dbc4b275433ed67df56c9",
|
||||||
"revCount": 16,
|
"revCount": 17,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://cyberchaos.dev/e1mo/freescout-nix-flake"
|
"url": "https://cyberchaos.dev/e1mo/freescout-nix-flake"
|
||||||
},
|
},
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
services.freescout = {
|
services.freescout = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "support.${baseDomain}";
|
domain = "support.${baseDomain}";
|
||||||
|
phpPackage = pkgs.php82;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
APP_KEY._secret = config.sops.secrets."freescout/app_key".path;
|
APP_KEY._secret = config.sops.secrets."freescout/app_key".path;
|
||||||
|
|
Loading…
Reference in a new issue