freescout: 1.8.48 -> 1.8.71
This commit is contained in:
parent
37a3ca4a70
commit
3d2493f3a0
3 changed files with 8 additions and 22 deletions
27
flake.lock
27
flake.lock
|
@ -17,34 +17,21 @@
|
||||||
"type": "indirect"
|
"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": {
|
"freescout-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_2",
|
"flake-utils": [
|
||||||
|
"flake-utils"
|
||||||
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673517701,
|
"lastModified": 1681394336,
|
||||||
"narHash": "sha256-m6JDhvbljk+8dSqjJSQaovM9ibHhbPZv6d8I7PrlibI=",
|
"narHash": "sha256-53rbYDTn79tzi/IhGaaqUC35aYLJUI1rXUKvcZVP20Q=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "a6ef9643d794085afaa2b574bf7373090026d917",
|
"rev": "306011b892125dc0c5012dda2bfa3c54b8341b0c",
|
||||||
"revCount": 8,
|
"revCount": 16,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://cyberchaos.dev/e1mo/freescout-nix-flake"
|
"url": "https://cyberchaos.dev/e1mo/freescout-nix-flake"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
freescout-nix = {
|
freescout-nix = {
|
||||||
url = "git+https://cyberchaos.dev/e1mo/freescout-nix-flake?ref=main";
|
url = "git+https://cyberchaos.dev/e1mo/freescout-nix-flake?ref=main";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "support.${baseDomain}";
|
domain = "support.${baseDomain}";
|
||||||
|
|
||||||
phpPackage = pkgs.php80;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
APP_KEY._secret = config.sops.secrets."freescout/app_key".path;
|
APP_KEY._secret = config.sops.secrets."freescout/app_key".path;
|
||||||
APP_ENV = "local";
|
APP_ENV = "local";
|
||||||
|
|
Loading…
Reference in a new issue