diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-20T00·52+0000 |
commit | f4fea2346e69235f8346ae626359fa1bf901282d (patch) | |
tree | 45e45ebc8b6bd70f213e625c904076642b7d5215 /nixos | |
parent | 1d5ab45303c700e188a1f041f6ff6630e96c7f03 (diff) |
Move sandbox into website
Nest the sandbox work under ./website.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/socrates/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; }; }; |