colmena: migrate resrok-web

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

View file

@ -12,7 +12,7 @@
../../../profiles/forgejo.nix ../../../profiles/forgejo.nix
../../../profiles/hakyll-skeleton.nix ../../../profiles/hakyll-skeleton.nix
../../../profiles/jfdic-web.nix ../../../profiles/jfdic-web.nix
#../../../profiles/resrok-web.nix ../../../profiles/resrok-web.nix
#../../../profiles/tmateServer.nix #../../../profiles/tmateServer.nix
#../../../profiles/voc-web.nix #../../../profiles/voc-web.nix
]; ];

View file

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