pass config file via fly/docker instead of embedding in image
2 files changed, 4 insertions(+), 1 deletion(-)
jump to
M nix/default.nix → nix/default.nix
@@ -11,7 +11,6 @@ pkgs.dockerTools.${type} { name = "registry.fly.io/alanpearce-eu"; tag = fullSHA; contents = [ - (pkgs.writeTextDir "config.toml" (builtins.readFile ./../config.toml)) website ]; config = {