diff --git a/nixos/hosts/toscano/configuration.nix b/nixos/hosts/toscano/configuration.nix index 3e4a3c2..b0bf521 100644 --- a/nixos/hosts/toscano/configuration.nix +++ b/nixos/hosts/toscano/configuration.nix @@ -12,7 +12,7 @@ ../../../profiles/forgejo.nix ../../../profiles/hakyll-skeleton.nix ../../../profiles/jfdic-web.nix - #../../../profiles/resrok-web.nix + ../../../profiles/resrok-web.nix #../../../profiles/tmateServer.nix #../../../profiles/voc-web.nix ]; diff --git a/profiles/resrok-web.nix b/profiles/resrok-web.nix index e0fa7b5..b7007b4 100644 --- a/profiles/resrok-web.nix +++ b/profiles/resrok-web.nix @@ -2,11 +2,11 @@ { self, config, - inputs, pkgs, ... }: let - resrok-web = import inputs.resrok-web {}; + flake = builtins.getFlake (toString ../.); + resrok-web = import flake.inputs.resrok-web {}; webdomain = "resrok.org"; in { environment.sessionVariables = {