diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix index fbdff3f50..2cf23e48e 100644 --- a/nixos/socrates/configuration.nix +++ b/nixos/socrates/configuration.nix @@ -147,7 +147,9 @@ in { "learn.wpcarro.dev" = { addSSL = true; enableACME = true; - root = "/var/www/learn"; + # TODO(wpcarro): Prefer creating a default.nix in //learn and using + # briefcase.learn as root. + root = ~/briefcase/learn/static; }; "blog.wpcarro.dev" = { addSSL = true;