phase 2: promote services/, tests/, patches/, lib/, scripts/
This commit is contained in:
16
services/graphing-calculator.nix
Normal file
16
services/graphing-calculator.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
service_configs,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
graphing-calculator =
|
||||
inputs.ytbn-graphing-software.packages.${pkgs.stdenv.targetPlatform.system}.web;
|
||||
in
|
||||
{
|
||||
services.caddy.virtualHosts."graphing.${service_configs.https.domain}".extraConfig = ''
|
||||
root * ${graphing-calculator}
|
||||
file_server browse
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user