parent
1d7ed0c1ea
commit
849f91fa35
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue