parent
1d7ed0c1ea
commit
849f91fa35
|
@ -11,7 +11,7 @@
|
||||||
../../../networks/linode.nix
|
../../../networks/linode.nix
|
||||||
../../../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
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
{
|
{
|
||||||
self,
|
self,
|
||||||
config,
|
config,
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
jfdic-web = import inputs.jfdic-web {};
|
flake = builtins.getFlake (toString ../.);
|
||||||
|
jfdic-web = import flake.inputs.jfdic-web {};
|
||||||
webdomain = "jfdic.org";
|
webdomain = "jfdic.org";
|
||||||
in {
|
in {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
|
Loading…
Reference in a new issue