colmena: migrate jfdic-web

progresses #1
This commit is contained in:
Fiscal Velvet Poet 2023-04-29 23:47:25 +10:00
parent 1d7ed0c1ea
commit 849f91fa35
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
../../../networks/linode.nix
../../../profiles/forgejo.nix
../../../profiles/hakyll-skeleton.nix
#../../../profiles/jfdic-web.nix
../../../profiles/jfdic-web.nix
#../../../profiles/resrok-web.nix
#../../../profiles/tmateServer.nix
#../../../profiles/voc-web.nix

View file

@ -2,11 +2,11 @@
{
self,
config,
inputs,
pkgs,
...
}: let
jfdic-web = import inputs.jfdic-web {};
flake = builtins.getFlake (toString ../.);
jfdic-web = import flake.inputs.jfdic-web {};
webdomain = "jfdic.org";
in {
environment.sessionVariables = {