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
|
# mtlAasHost: deemz.org
|
||||||
# mtlAasBaseUrl: /apis/mtl-aas/
|
# mtlAasBaseUrl: /apis/mtl-aas/
|
||||||
|
|
||||||
{ config, pkgs, mtlAasHost, mtlAasBaseUrl, ... }:
|
{ config, pkgs, mtl-aas, mtlAasHost, mtlAasBaseUrl, ... }:
|
||||||
{
|
{
|
||||||
# reverse proxy
|
# reverse proxy
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -30,11 +30,11 @@
|
||||||
"uv2nix": "uv2nix"
|
"uv2nix": "uv2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1762421420,
|
"lastModified": 1762459028,
|
||||||
"narHash": "sha256-hK8M1EHKKVRzzldqB0MUojr5R2K4kgC9yMMvFAOnXKI=",
|
"narHash": "sha256-dlc/P71ePUpxD1RQuRNvRvnFK6v8VI9342A0mxemfYQ=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "95b14ee41b7688142c9db51c974261e6d0986b57",
|
"rev": "5ac29af132de56041d99126dc607cf43b3739250",
|
||||||
"revCount": 365,
|
"revCount": 366,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://deemz.org/git/teaching/mtl-aas"
|
"url": "https://deemz.org/git/teaching/mtl-aas"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,8 @@
|
||||||
refineryHost = "deemz.org";
|
refineryHost = "deemz.org";
|
||||||
refineryBaseUrl = "/refinery";
|
refineryBaseUrl = "/refinery";
|
||||||
mtl-aas=mtl-aas.packages.${system}.default;
|
mtl-aas=mtl-aas.packages.${system}.default;
|
||||||
|
mtlAasHost = "deemz.org";
|
||||||
|
mtlAasBaseUrl = "/apis/mtl-aas/";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./deemz.org/configuration.nix
|
./deemz.org/configuration.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue