i never added secrets.nix :)
This commit is contained in:
parent
bc3e192f88
commit
c78d82c0fe
3 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# mtlAasHost: deemz.org
|
||||
# mtlAasBaseUrl: /apis/mtl-aas/
|
||||
|
||||
{ config, pkgs, mtlAasHost, mtlAasBaseUrl, ... }:
|
||||
{ config, pkgs, mtl-aas, mtlAasHost, mtlAasBaseUrl, ... }:
|
||||
{
|
||||
# reverse proxy
|
||||
services.nginx = {
|
||||
|
|
|
|||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -30,11 +30,11 @@
|
|||
"uv2nix": "uv2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1762421420,
|
||||
"narHash": "sha256-hK8M1EHKKVRzzldqB0MUojr5R2K4kgC9yMMvFAOnXKI=",
|
||||
"lastModified": 1762459028,
|
||||
"narHash": "sha256-dlc/P71ePUpxD1RQuRNvRvnFK6v8VI9342A0mxemfYQ=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "95b14ee41b7688142c9db51c974261e6d0986b57",
|
||||
"revCount": 365,
|
||||
"rev": "5ac29af132de56041d99126dc607cf43b3739250",
|
||||
"revCount": 366,
|
||||
"type": "git",
|
||||
"url": "https://deemz.org/git/teaching/mtl-aas"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
refineryHost = "deemz.org";
|
||||
refineryBaseUrl = "/refinery";
|
||||
mtl-aas=mtl-aas.packages.${system}.default;
|
||||
mtlAasHost = "deemz.org";
|
||||
mtlAasBaseUrl = "/apis/mtl-aas/";
|
||||
};
|
||||
modules = [
|
||||
./deemz.org/configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue