From 1933c157a5e167db0d122d44f5a5f5dc59d2db56 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Sat, 29 Apr 2023 23:55:06 +1000 Subject: [PATCH] colmena: migrate voc-web progresses #1 --- nixos/hosts/toscano/configuration.nix | 2 +- profiles/voc-web.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {