diff --git a/nixos/hosts/toscano/configuration.nix b/nixos/hosts/toscano/configuration.nix index 6409999..3e4a3c2 100644 --- a/nixos/hosts/toscano/configuration.nix +++ b/nixos/hosts/toscano/configuration.nix @@ -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 diff --git a/profiles/jfdic-web.nix b/profiles/jfdic-web.nix index e60fdec..947aeef 100644 --- a/profiles/jfdic-web.nix +++ b/profiles/jfdic-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 = {