diff --git a/nixos/hosts/toscano/configuration.nix b/nixos/hosts/toscano/configuration.nix index d7028c5..6409999 100644 --- a/nixos/hosts/toscano/configuration.nix +++ b/nixos/hosts/toscano/configuration.nix @@ -10,7 +10,7 @@ imports = [ ../../../networks/linode.nix ../../../profiles/forgejo.nix - #../../../profiles/hakyll-skeleton.nix + ../../../profiles/hakyll-skeleton.nix #../../../profiles/jfdic-web.nix #../../../profiles/resrok-web.nix #../../../profiles/tmateServer.nix diff --git a/profiles/hakyll-skeleton.nix b/profiles/hakyll-skeleton.nix index 830ecbd..b9ec514 100644 --- a/profiles/hakyll-skeleton.nix +++ b/profiles/hakyll-skeleton.nix @@ -2,11 +2,11 @@ { self, config, - inputs, pkgs, ... }: let - hakyll-skeleton = import inputs.hakyll-skeleton {}; + flake = builtins.getFlake (toString ../.); + hakyll-skeleton = import flake.inputs.hakyll-skeleton {}; webdomain = "skeleton.jfdic.org"; in { environment.sessionVariables = {