diff --git a/nixos/hosts/toscano/configuration.nix b/nixos/hosts/toscano/configuration.nix index b0bf521..d77440e 100644 --- a/nixos/hosts/toscano/configuration.nix +++ b/nixos/hosts/toscano/configuration.nix @@ -14,7 +14,7 @@ ../../../profiles/jfdic-web.nix ../../../profiles/resrok-web.nix #../../../profiles/tmateServer.nix - #../../../profiles/voc-web.nix + ../../../profiles/voc-web.nix ]; age.secrets = { diff --git a/profiles/voc-web.nix b/profiles/voc-web.nix index dc61399..655dfa6 100644 --- a/profiles/voc-web.nix +++ b/profiles/voc-web.nix @@ -2,11 +2,11 @@ { self, config, - inputs, pkgs, ... }: let - voc-web = import inputs.voc-web {}; + flake = builtins.getFlake (toString ../.); + voc-web = import flake.inputs.voc-web {}; webdomain = "voicesofcapricornia.org"; in { environment.sessionVariables = {