diff --git a/nixos-apps/ewanick.com.nix b/nixos-apps/ewanick.com.nix index 6b5dea8..0211865 100644 --- a/nixos-apps/ewanick.com.nix +++ b/nixos-apps/ewanick.com.nix @@ -28,7 +28,10 @@ in ]; script = '' cd ${PROJECT_ROOT} - nix run github:srid/emanote -- run --port ${PORT} --host ${HOST} + nix run github:srid/emanote --accept-flake-config \ + -- run \ + --port ${PORT} \ + --host ${HOST} ''; }; };