From f4fea2346e69235f8346ae626359fa1bf901282d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 20 Mar 2020 00:47:53 +0000 Subject: Move sandbox into website Nest the sandbox work under ./website. --- nixos/socrates/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index 2d1730eb5b34..97a414cc4f90 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -172,7 +172,7 @@ in { "sandbox.wpcarro.dev" = { addSSL = true; enableACME = true; - root = briefcase.sandbox; + root = briefcase.website.sandbox; }; }; }; -- cgit 1.4.1